Anyone know how to get the position (latitude and longitude) of a marker component via javascript. The marker component is jsVariable to "marker1". Here my code:
<m:map zoom="12" width="500px" height="500px" type="G_NORMAL_MAP" jsVariable="map" address="#{Alerta.address}">
<m:mapControl name="GLargeMapControl" position="G_ANCHOR_BOTTOM_LEFT" />
<m:mapControl name="GMapTypeControl" />
<m:marker draggable="true" jsVariable="marker1">
<m:eventListener eventName="dragend" jsFunction="actualizaMarker"/>
</m:marker>
</m:map>