SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Author: JAN
Constructor Summary | |
IWMeasuringInfoWindowControl(map, measuringControl)
|
Method Summary | |
void
|
buildBody(container)
Overwrites the buildBody method from IWWindowControl .
|
void
|
setDistance(meter)
Displays the current distance. |
String
|
toString()
Returns a string representation of this object. |
Event Summary | |
void
|
triggerOnReset()
The onReset event is fired after the button reset has been pressed. Register an event listener with IWEventManager.addListener(theMeasuringInfoWindowControl, 'onreset', yourHandlerMethod()); to receive the event. |
Constructor Detail |
IWMeasuringInfoWindowControl(map, measuringControl)
IWMap map
IWMeasuringControl measuringControl
Method Detail |
void buildBody(container)
buildBody
method from IWWindowControl
.
HTMLDivElement container
- the container of the window control.
void
void setDistance(meter)
int meter
void
String toString()
String
Event Detail |
void triggerOnReset()
Register an event listener with IWEventManager.addListener(theMeasuringInfoWindowControl, 'onreset', yourHandlerMethod()); to receive the event.
void