mergMKAddPolylineOverlay |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergMKAddPolylineOverlay(<pCoordinates>, [<pLineWidth>], [<pLineColor>])
|
Associations | mergmk |
Summary | Returns an id for the overlay that was created
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pCoordinates | | a list of locations (one per line) in decimal coordinates
(latitude,longitude)
|
pLineWidth | | (optional with 3 default) the width of the line in points
defaults to 3
|
pLineColor | | (optional with "0,0,0,0" default) the color of the line
defaults to opaque red. The string is an RGB value with each color
component an integer between 0 and 255. An optional fourth item between
0 and 255 may be included to represent the alpha transparency.
|
|
Example | put mergMKAddPolylineOverlay(tTrack,3,"0,255,0,100") into tOverlayID
|
Values | Name | Type | Description |
---|
return | | The overlay ID.
|
|
Description | Returns an id for the overlay that was created
|
Tags | externals |