OverviewProvides a more intuitive approach to modifying the controls that appear on the map. Using this, users can specify which controls render, as well as the location of those controls that do appear.
Getting Started<ace:gMap id="gMap" style="width: 675px; height: 500px"> <ace:gMapControl name="zoom" position="${gMapControlBean.zoomLocation}" controlStyle="${gMapControlBean.zoomStyle}"/> </ace:gMap> Attributes
The name of the control to affect. Valid entries are: 'all', 'type', 'overview', 'pan', 'rotate', 'scale', 'streetView' and 'zoom'. position The location for the chosen control to display. Valid entries are 'bottomCenter', 'bottomLeft', 'bottomRight', 'leftBottom', 'leftCenter', 'leftTop', 'rightBottom', 'rightCenter', 'rightTop', 'topCenter', 'topLeft' and 'topRight'. |
gMapControl
© Copyright 2018 ICEsoft Technologies Canada Corp.