A Geographic Map component displays typical geographic view of a map. It uses either Oracle map or Google map data layers. Variations include Address and Geo Code. Google Maps API offers hybrid, roadmap, satellite, and terrain types.
This component is commonly used on tablets and phones.
Appearance characteristics for this component.
Common behaviors for this component.
Usage guidelines for this component.
DVTM sample code for this component.
<dvtm:geographicMap id="g1"
mapType="ROADMAP"
centerX="-98.57"
centerY="39.82"
zoomLevel="2"
initialZooming="auto">
<dvtm:pointDataLayer id="pl1"
var="row"
value="#{bindings.locationData.collectionModel}"
dataSelection="multiple"
selectionListener="#{myBean.doSomeGood}">
<dvtm:pointLocation id="pl1"
type="address"
address="#{row.address}">
<dvtm:marker shortDesc="#{row.shortDesc}">
</dvtm:pointLocation>
</dvtm:pointDataLayer>
</dvtm:geographicMap>
Fig 1. iOS and Android - Geographic Map