MapsIndoors iOS SDK V3
|
Settings for showing contextual info along the rendered route. More...
#include <MPDirectionsRenderer.h>
Properties | |
NSArray< NSString * > * | types |
NSArray< NSString * > * | categories |
double | maxDistance |
The maximum distance in meters allowed for using text and icon from a Location. Leave blank for a default of 5 meters. | |
MPDirectionsRendererContextualInfoScope | contentScope |
Which content should be used. Default is IconAndName. | |
Settings for showing contextual info along the rendered route.
|
readwritenonatomicassign |
The Categories of Location that should be used when showing text and icon for a start or end marker. If no Categories are supplied, all Categories of Locations will be considered.
|
readwriteatomic |
Which content should be used. Default is IconAndName.
|
readwritenonatomicassign |
The maximum distance in meters allowed for using text and icon from a Location. Leave blank for a default of 5 meters.
|
readwritenonatomicassign |
The Types of Location that should be used when showing text and icon for a start or end marker. If no Types are supplied, all Types of Locations will be considered.