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
Activity
Arran Mccullough
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46946 | Thu Jan 07 15:30:15 MST 2016 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapMarkerRenderer.java
MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapMarkerMeta.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arturo Zambrano
made changes -
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.