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 Panorama View component allows developers to display interactive 360-degree panoramic views of locations, similar to Google Street View, within their apps.
Overview
The Maps Panorama View component enables interactive 360-degree street-level views within your app.
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.WRITE_EXTERNAL_STORAGE
These permissions are required for internet access, network state checks, and potentially caching data.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | bearing | float | |
2 | tilt | float | |
3 | zoom | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | bearing | float | |
2 | tilt | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | bearing | float | |
2 | tilt | float |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | camera | Object | |
2 | duration | long |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | zoom | float | |
2 | tilt | float | |
3 | bearing | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | layout | Object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | panoramaId | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tilt | float | |
2 | bearing | float |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | camera | Object | |
2 | location | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | PanningEnabled | boolean | |
2 | PanoramaId | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StreetNamesEnabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | UserNavigationEnabled | boolean | |
2 | ZoomGesturesEnabled | boolean |