Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(NMMapCoordinates *) | - mapCoordinatesFromPointOnScreen: |
(CGPoint) | - pointOnScreenFromMapCoordinates: |
A utility class allowing you to convert a point on NMMapView to the corresponding map coordinates or to do the reverse operation.
- (NMMapCoordinates *) mapCoordinatesFromPointOnScreen: | (mapCoordinates(fromPointOnScreen:)) | NS_SWIFT_NAME |
Converts a screen point to map coordinates.
pointOnScreen | Point in screen coordinates (dips). |
- (CGPoint) pointOnScreenFromMapCoordinates: | (pointOnScreen(fromMapCoordinates:)) | NS_SWIFT_NAME |
Converts map coordinates to a screen point in dips.
coordinates | Map coordinates. |