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 LineString component enables developers to display specific locations, such as points of interest, businesses, or user-defined addresses, on a map interface.
Overview
A visible component that represents a series of connected line segments on the map.
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.INTERNET
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | path | String | |
2 | width | int | |
3 | height | int | |
4 | quality | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | latitude | double | |
2 | longitude | double | |
3 | centroids | boolean | |
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 | EnableInfobox | boolean | |
2 | EnableInfobox | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Points | List |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | points | String | |
# | 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 | false |