|
It can be a child of the (map) component. AttributesBeside the JSF UIComponent standard attributes. | Component Attribute | Required | Description | Default value | | name | true | The control name of the map. It can take on the following values: (GLargeMapControl - a large pan/zoom control used on Google Maps. Appears in the top left corner of the map by default, GSmallMapControl - a smaller pan/zoom control used on Google Maps. Appears in the top left corner of the map by default, GSmallZoomControl - a small zoom control (no panning controls) used in the small map blowup windows used to display driving directions steps on Google Maps, GScaleControl - a map scale, GMapTypeControl - buttons that let the user toggle between map types (such as Map and Satellite), GHierarchicalMapTypeControl - a selection of nested buttons and menu items for placing many map type selectors, GOverviewMapControl - a collapsible overview map in the corner of the screen). | NA | | position | false | This attribute lets you specify the position of the map control. It can take on the following values: (G_ANCHOR_TOP_RIGHT, G_ANCHOR_TOP_LEFT, G_ANCHOR_BOTTOM_RIGHT, G_ANCHOR_BOTTOM_LEFT). | G_ANCHOR_TOP_LEFT | | offsetWidth | false | This attribute lets you specify the offset width of the map control position. | 10 | | offsetHeight | false | This attribute lets you specify the offset height of the map control position. | 10 |
|