mergMKDirectionsRouteStepGet |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergMKDirectionsRouteStepGet(<pDirectionID>, <pRouteNumber>, <pStepNumber>, <pProperty>)
|
Associations | mergmk |
Summary | Get a property of a directions route step
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pDirectionID | | A directions ID as returned by the mergMKDirections
message
|
pRouteNumber | | A route number between 1 and the number of routes sent in
the mergMKDirections message
|
pStepNumber | | The step number within the route.
|
pProperty | | A route property
- instructions : The written instructions for following the path
represented by this step.
- notice : Notices may include legal information or warning notices
that apply to the step. For example, if the step crosses railroad
tracks, it might contain a notice that warns the user not to cross
the tracks when the lights are flashing.
- distance : The distance of the route.
- transport type : This property reflects the primary transport type
used for the route. Individual steps of the route might use different
transport types. One of: automobile
* walking
* any
|
|
Values | Name | Type | Description |
---|
return | | The property value
|
|
Description | Get a property of a directions route step
|
Tags | externals |