Class vg.mapviewer.kiosk.Place
MapViewer's Place class.
- Defined in: <src/com/visioglobe/kiosk/Place.js>
Constructor Attributes | Constructor Name and Description |
---|---|
This object should be obtained from the MapViewer's getPlace and getAllPlaces() methods.
|
Method Summary
Class Detail
vg.mapviewer.kiosk.Place()
This object should be obtained from the MapViewer's getPlace and getAllPlaces() methods.
Method Detail
-
highlight(color)Set a place color (as highlight, ie temporarly).
- Parameters:
- {color} color
- highlight color in hexadecimal, e.g. 0x00ff00,
-
removeHighlight()Removes the highlight from a placeObject. It returns it to its original color.