Class adf.MapNavigator
Extends
adf.Navigator.
Defined in: Map.js.
Constructor Attributes | Constructor Name and Description |
---|---|
adf.MapNavigator(id, container, mapId, left, top)
Represents a map navigator.
|
- Fields borrowed from class adf.PageElement:
- bounds, divId, divObject, id
- Methods borrowed from class adf.Navigator:
- init
- Methods borrowed from class adf.PageElement:
- hide, resize, show
Class Detail
adf.MapNavigator(id, container, mapId, left, top)
Represents a map navigator. This is the default navigator implementation for adf.Map.
- Parameters:
- {String} id
- the id of the Navigator
- {Element} container
- the DIV element which contains the Navigator
- {String} mapId
- the id of adf.Map instance this MapNavigator belongs to
- {Integer} left
- the left position of this navigator relative to its container
- {Integer} top
- the top position of this navigator relative to its container