Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13607 - https://icesoft.my.salesforce.com/5007000001Tpwqe
Description
Feature Request: Currently it is only possible to set a marker with a given latitude and longitude. This request is to be able to set the marker by just an address when lat/long is not known.
Issue Links
- blocks
-
ICE-10940 ace:gMapMarker, can't use info windows and events when using address attribute
- Closed
This enhancement requires adding a new 'address' attribute to ace:gMapMarker, which will take precedence over the latitude and longitude values, if specified. In this address mode, instead of adding a marker directly to the map, we will make a geocoding request to Google's servers to resolve the address and obtain a latitude-longitude value pair. From the geocoding success callback, we will finally add the marker to the map with the returned latitude and longitude values.