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
Provides methods for opening navigation paths on a map using latitude/longitude, place names, or place IDs.
android.permission.INTERNET
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | originLatLon | String | |
2 | destinationLatLon | String | |
3 | travelMode | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | origin | String | |
2 | destination | String | |
3 | travelMode | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | originName | String | |
2 | originPlaceId | String | |
3 | destinationName | String | |
4 | destinationPlaceId | String | |
5 | travelMode | String |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Navigate | boolean |