Maps
The Maps components enables developers to display specific locations, such as points of interest, businesses, or user-defined addresses, on a map interface.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Polygon component is used to draw polygons on a map.
Overview
A polygon that can be placed on a Map.
android.permission.INTERNET
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | mapFeature | component | |
2 | centroids | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | latitude | double | |
2 | longitude | double | |
3 | centroid | boolean |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Type | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Description | String | |
2 | Description | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Draggable | boolean | |
2 | Draggable | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EnableInfobox | boolean | |
2 | EnableInfobox | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FillColor | Integer | |
2 | FillColor | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FillOpacity | float | |
2 | FillOpacity | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HolePoints | List | |
2 | HolePoints | List |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Points | List | |
2 | Points | List |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | points | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeColor | Integer | |
2 | StrokeColor | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | points | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeOpacity | float | |
2 | StrokeOpacity | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeWidth | float | |
2 | StrokeWidth | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Title | String | |
2 | Title | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean |