GoogleMapLocationWidget
Overview
Documentation
# GoogleMapLocationWidget
This widget determines the address based on
1. Drag of the marker
2. Click on the Map.
## Typical Working scenario's
Determines the current location when page is loaded.
This widget allows the user to click on the map or drag the marker on the map. Address can be retrieved using Google reverse geocoding from the latitude and logitude parameters.
The "search box" field with Autocomplete search of places can be enabled or disabled as required.
If cursor is clicked on the map the location of the cursor can be identified .
## Properties
### Map
Google Maps platform API Key needs to be specified.
### Datasource
Latitude attribute (Decimal Type): This attribute is to store and retrive the latitude value.
Longitude attribute (Decimal Type): This attribute is to store and retrive the longitude value.
### Interaction
On Change Microflow : This microflow will trigger when location is determined.
Location Button on map : If this option is selected as "Yes", then my location button will be displayed on the map(which gives current location).
Enable Search Box : If this option is selected as "Yes", then search box with "Autocomplete search" of places is displayed.
The search box will be displayed "on the map" if selected Yes in the "Search Box position" field.
The search box will be displayed "out side the map" if selected No in the "Search Box position" field.