Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nonnull instancetype) | - init |
(nonnull instancetype) | - initWithRemoveRoutePolyline:removeDestinationFlag: |
Class Methods | |
(nonnull instancetype) | + settingsWithRemoveRoutePolyline:removeDestinationFlag: |
Properties | |
BOOL | removeRoutePolylineOnceDestinationIsReached |
BOOL | removeDestinationFlagOnceDestinationIsReached |
Interface representing route visualization settings which affect route visualizer requests emitted by route navigator.
- (nonnull instancetype) init |
Initializes settings with default values.
- (nonnull instancetype) initWithRemoveRoutePolyline: | (BOOL) | removeRoutePolyline | |
removeDestinationFlag: | (BOOL) | removeDestinationFlag | |
Initializes settings with the specified values.
removeRoutePolyline | Specifies value of the removeRoutePolylineOnceDestinationIsReached property. |
removeDestinationFlag | Specifies value of the removeDestinationFlagOnceDestinationIsReached property. |
+ (nonnull instancetype) settingsWithRemoveRoutePolyline: | (BOOL) | removeRoutePolyline | |
removeDestinationFlag: | (BOOL) | removeDestinationFlag | |
Initializes settings with the specified values.
removeRoutePolyline | Specifies value of the removeRoutePolylineOnceDestinationIsReached property. |
removeDestinationFlag | Specifies value of the removeDestinationFlagOnceDestinationIsReached property. |
|
readnonatomicassign |
Indicates whether the destination flag should be removed from map once route destination is reached.
Default value is 'NO'.
|
readnonatomicassign |
Indicates whether the route polyline should be removed from map once route destination is reached.
Default value is 'YES'.