MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
MPDirectionsRenderer.h File Reference
import <Foundation/Foundation.h>
import <UIKit/UIKit.h>

Go to the source code of this file.

Classes

class  MPDirectionsRendererContextualInfoSettings
 Settings for showing contextual info along the rendered route. More...
 
protocol  <MPDirectionsRendererDelegate>
 
class  MPDirectionsRenderer
 

Macros

#define kMPNotificationDirectionsRenderingStarted   @"MP_DIRECTIONS_RENDERING_STARTED"
 
#define kMPNotificationDirectionsRenderingStopped   @"MP_DIRECTIONS_RENDERING_STOPPED"
 

Enumerations

enum  MPDirectionsRendererContextualInfoScope { MPDirectionsRendererContextualInfoScopeIconAndName , MPDirectionsRendererContextualInfoScopeIconOnly , MPDirectionsRendererContextualInfoScopeNameOnly }
 Which information to show from the Location close to the end of a route leg. More...
 
enum  MPDirectionsRenderFit { MPDirectionsRenderFitIndoorPathFirstLineUpwards , MPDirectionsRenderFitIndoorPathUpwards , MPDirectionsRenderFitNorthBound }
 

Macro Definition Documentation

◆ kMPNotificationDirectionsRenderingStarted

#define kMPNotificationDirectionsRenderingStarted   @"MP_DIRECTIONS_RENDERING_STARTED"

◆ kMPNotificationDirectionsRenderingStopped

#define kMPNotificationDirectionsRenderingStopped   @"MP_DIRECTIONS_RENDERING_STOPPED"

Enumeration Type Documentation

◆ MPDirectionsRendererContextualInfoScope

Which information to show from the Location close to the end of a route leg.

Enumerator
MPDirectionsRendererContextualInfoScopeIconAndName 

Shows both icon and name of POI of defined type along the rendered route

MPDirectionsRendererContextualInfoScopeIconOnly 

Shows only icon of POI of defined type along the rendered route

MPDirectionsRendererContextualInfoScopeNameOnly 

Shows only name of POI of defined type along the rendered route

◆ MPDirectionsRenderFit

Enumerator
MPDirectionsRenderFitIndoorPathFirstLineUpwards 

Ensures that the first part of any indoor route leg/step that is longer than 1 meter is facing upwards. Outdoor route leg/step renders with north facing upwards.

MPDirectionsRenderFitIndoorPathUpwards 

Ensures that the direct line between start and end location of any indoor route leg/step is facing upwards. Outdoor route leg/step renders with north facing upwards.

MPDirectionsRenderFitNorthBound 

Renders the route leg/step with north facing upwards.