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 Maps components enables developers to display specific locations, such as points of interest, businesses, or user-defined addresses, on a map interface.
Overview
The Rectangle component is used to draw rectangles on the map.
This component may require location permissions if used to display the user's location or interact with location-based features.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | mapFeature | MapFeature | |
2 | centroids | boolean | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | latitude | double | |
2 | longitude | double | |
3 | centroid | boolean | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | latitude | double | |
2 | longitude | double | |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Description | String | |
2 | Description | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Draggable | boolean | |
2 | Draggable | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EastLongitude | double | |
2 | EastLongitude | double |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EnableInfobox | boolean | |
2 | EnableInfobox | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FillColor | int | |
2 | FillColor | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FillOpacity | float | |
2 | FillOpacity | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | NorthLatitude | double | |
2 | NorthLatitude | double |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | SouthLatitude | double | |
2 | SouthLatitude | double |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeColor | int | |
2 | StrokeColor | int | |
# | 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 | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | WestLongitude | double | |
2 | WestLongitude | double | |