polylines | |||||||
Type | property | ||||||
Dictionary | native.map | ||||||
Library | Map | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.native.map | ||||||
Summary | Polylines on the map | ||||||
OS | mac, ios, android, web | ||||||
Platforms | desktop, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Description | Allows the display of polylines connecting specified points on the map, with the given width and color. The polyline array has the following form: { tag for polyline: { "coordinates": list of coordinates of the polyline, "color": optional color of the polyline, "width": optional width of the polyline in pixels }, tag for polyline: { ... }, ... } If the color is not given, black is used. If the width is not given, 2 is used. |