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
A circle drawn on the map. Can be set to respond to touch events, and can be set to have a tooltip appear when tapped.
Overview
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | mapFeature | map feature | |
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
Gets the description displayed in the info box. This will appear when the user taps on the Circle if {@link #EnableInfobox()} is set to true.
Specifies the text displayed in the info box. This will appear when the user taps on the Circle if {@link #EnableInfobox()} is set to true.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Description | String | |
2 | Description | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Draggable | boolean | |
2 | Draggable | boolean | false |
Returns whether or not the infobox is enabled for the Circle.
Enables or disables the infobox for the Circle. The infobox will be displayed when the user taps on the Circle. The content of the infobox is set using the {@link #Description(String)} and {@link #Title(String)} properties.
# | 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 | 0.5 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Latitude | double | |
2 | Latitude | double | 0.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Longitude | double | |
2 | Longitude | double | 0.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Radius | double | |
2 | Radius | double | 0.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeColor | int | |
2 | StrokeColor | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeOpacity | float | |
2 | StrokeOpacity | float | 1.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StrokeWidth | int | |
2 | StrokeWidth | int | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Title | String | |
2 | Title | String | "" |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Type | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean | true |