import <Foundation/Foundation.h>
import <UIKit/UIKit.h>
Go to the source code of this file.
◆ kMPNotificationDirectionsRenderingStarted
#define kMPNotificationDirectionsRenderingStarted @"MP_DIRECTIONS_RENDERING_STARTED" |
◆ kMPNotificationDirectionsRenderingStopped
#define kMPNotificationDirectionsRenderingStopped @"MP_DIRECTIONS_RENDERING_STOPPED" |
◆ 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.
|