A OSMVIEWERWAYPOINT represents a certain location within the #{OSMVIEWER} map. 

The location is defined by its LONGITUDE and LATTITUDE.

For JavaFX client: the TEXT of the way point is output at the corresponding location. (The attributes WIDTH, HEIGHT, BGPAINT are not relevant.)

For JavaSwing client: the BGPAINT of the way point is rendered at the corresponding location. The size of the box which is rendered is defined by the WIDTH and the HEIGHT attribute. (The attribute TEXT is not relevant.)

When clicking onto the way point then the ACTIONLISTENER of the component is called on server side (event type BaseActionEventInvoke).