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 FeatureCollection component is used to manage and display a collection of map features (markers, polygons, etc.) on a map. It supports loading features from GeoJSON and provides events for user interaction.
Overview
The FeatureCollection component is used to manage and display a collection of map features (markers, polygons, etc.) on a map. It supports loading features from GeoJSON and provides events for user interaction.
This component may require location permissions (e.g.,
android.permission.ACCESS_FINE_LOCATION
, android.permission.ACCESS_COARSE_LOCATION
) if it interacts with the user's location or displays map data that requires location access. It might also need internet permission.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | feature | component |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | feature | component |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | feature | component |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | feature | component |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | feature | component |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string | |
2 | features | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string | |
2 | responseCode | integer | |
3 | errorMessage | string |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | description | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | integer | |
2 | top | integer | |
3 | right | integer | |
4 | bottom | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | integer | |
2 | top | integer | |
3 | right | integer | |
4 | bottom | integer |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Features | string | |
2 | Features | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | geoJson | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | integer | |
2 | Height | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Source | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | integer | |
2 | Width | integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | percent | float | |
2 | percent | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean |