The gmap component renders a Google Maps v3 control.
<mobi:fieldsetGroup> <mobi:fieldsetRow style="height:400px;"> <mobi:gMap id="gMap" latitude="#{gMapBean.latitude}" longitude="#{gMapBean.longitude}" type="#{gMapBean.type}" zoomLevel="#{gMapBean.zoom}" style="height:380px"> <mobi:gMapMarker id="marker1" rendered="#{gMapBean.latitude gt 0.001 || gMapBean.latitude lt -0.001}" latitude="#{gMapBean.latitude}" longitude="#{gMapBean.longitude}"/> </mobi:gMap> </mobi:fieldsetRow> </mobi:fieldsetGroup>
gMap gMapMarker gMapLayer gMapOverlay
© Copyright 2016 ICEsoft Technologies Canada Corp.