Question
Google Maps control setting the default settings
Hi, We are using the maps control to display the partner location on the map. For this we have used the pyTrackingMap control. When using the pyTrackingMap it is possible to define the zoom, however the initial latitude and longitude for the control needs to be hard-coded instead of referencing to a property value. When trying to use the pxAddressMap control, we are able to achieve refer to the initial coordinates using property reference, however, the default/initial zoom cannot be modified.
1. Is there a control where the default zoom can be defined as 20 whereas the initial location is defined from property values?
2. Is there a possibility to have both the initial zoom and initial location using property references?
Appreciate your help.
Thanks, Ankit
***Edited by Moderator Kayla to update Content Type from Discussion to Question***
Hi Ankit,
If I understand correct, Address Map control will automatically adjust zoom level based on pins in the map. It will be adjusted in a way to show all the pins and current location (if Show user location option is selected). So would like to know why we have to set specifically to some particular zoom level.