MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPDirectionsRendererContextualInfoSettings Class Reference

Settings for showing contextual info along the rendered route. More...

#include <MPDirectionsRenderer.h>

Inheritance diagram for MPDirectionsRendererContextualInfoSettings:

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.
 

Detailed Description

Settings for showing contextual info along the rendered route.

Property Documentation

◆ categories

- (NSArray<NSString*>*) categories
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.

◆ contentScope

- (MPDirectionsRendererContextualInfoScope) contentScope
readwriteatomic

Which content should be used. Default is IconAndName.

◆ maxDistance

- (double) maxDistance
readwritenonatomicassign

The maximum distance in meters allowed for using text and icon from a Location. Leave blank for a default of 5 meters.

◆ types

- (NSArray<NSString*>*) types
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.