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 component enables developers to display specific locations, such as points of interest, businesses, or user-defined addresses, on a map interface.
Overview
Provides navigation functionality, including route calculation and display.
android.permission.INTERNET
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | directions | String | |
2 | points | String | |
3 | distance | String | |
4 | duration | String |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ApiKey | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ResponseContent | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EndLatitude | float | |
2 | EndLatitude | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StartLocation | String | |
2 | EndLocation | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EndLongitude | float | |
2 | EndLongitude | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Language | String | |
2 | Language | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StartLatitude | float | |
2 | StartLatitude | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CornerRadius | Integer | |
2 | CornerRadius | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TransportationMethod | String | |
2 | TransportationMethod | String |