Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider. The UI is based on the LargeMapControl from Google Maps (circa December 2008), but it does not have any integration with Street View.
For a description and examples of how to use this library, check out the how-to.
| Constructor | Description |
|---|---|
ExtLargeMapControl(opts:ExtLargeMapControlOptions) |
Creates an ExtLargeMapControl, with optional configuration settings. |
This class represents optional arguments to the control. There is no constructor for this class. Instead, this class is instantiated as a javascript object literal.
| Properties | Type | Description |
|---|---|---|
moveEastBtnTitle |
String |
Specifies tooltip for
pan east button. The default value is "east". |
moveNorthBtnTitle |
String |
Specifies tooltip for
pan north button. The default value is "north". |
moveSouthBtnTitle |
String |
Specifies tooltip for
pan south button. The default value is "south". |
moveWestBtnTitle |
String |
Specifies tooltip for
pan west button. The default value is "west". |
returnBtnTitle |
String |
Specifies tooltip for
center button that returns user to original location. The default value is "home position". |
type |
String |
If set to "small", the control will consist of only the zoom in/zoom out buttons. |
zoomInBtnTitle |
String |
Specifies tooltip for
zoom in button. The default value is "zoom in". |
zoomOutBtnTitle |
String |
Specifies tooltip for
zoom out button button. The default value is "zoom out". |