Enable Google Maps
Assuming licencing has been acquired by site etc.
Ascertain which version the client wants: use the auto complete fields or default to google maps.
In Database set the key and client id:
update tblsettings set value = '{ "Key": "key-provided-by-customer", "ClientId": "gme-friendsoftheanimals"}' where [key] = 'ShelterBuddy.Main.Application.Services.Integration.GoogleGeocodeService'
https://google.secure.force.com: set the application url to have access.
In Customise Options:
GoogleMapsClientId - set this to the client Id provided by google to the customer.
DoesHaveGoogleMapsIntegration = True (enables Google Mapping)
UseMapsAutocomplete = enables/disables maps auto complete so the address fields are inert until Edit Address button is used
DefaultToMapsAutocomplete = makes the page default to show the map for new addresses, so the user must always enter the address via the map.
DefaultToMapAutocompleteBounds = tells the map where to start. This field should be customised to the client's Country as follows:
Australian clients -
{north:-9.9300701,east:153.5518096,south:-29.1785876,west:137.9945748,region:"AU"}
US clients -
{north:49.38,east:-66.94,south:25.82,west:-124.39,region:"US"}
Canadian clients -
{north:83.0956562,east:-52.6206965,south:41.6765559,west:-141.00187,region:"CA"}
NZ:
{north:-34.777715803604686,east:184.21874999999997,south:-47.90161354142076,west:157.85156249999997,region:"NZ"}
To set other countries default map:
Leaflet — an open-source JavaScript library for interactive maps
on this page in chrome, set the view to what you want and in the js console do:
mymap.getBounds()
This will return a JSON containing the info you need
Any issues, contact #priority-support-bot on Slack