Class vg.mapviewer.kiosk.Place

MapViewer's Place class.

  • Defined in: <src/com/visioglobe/kiosk/Place.js>
Class Summary
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.
See:
vg.mapviewer.kiosk.Mapviewer#getPlace
vg.mapviewer.kiosk.Mapviewer#getAllPlaces

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.