Plugin : Info window

Author:Rex.Rainbow

Download

Properties

Content

  • Content to display in the InfoWindow. This can be an HTML element, a plain-text string, or a string containing HTML. The InfoWindow will be sized according to the content. To set an explicit size for the content, set content to be a HTML element with that size.

Max width

  • Maximum width of the infowindow, regardless of content's width. This value is only considered if it is set before a call to open. Set -1 to use default width

Actions

Close

Action:Close

  • Close.

Content

Action:Set content

  • Set content.
    • Content ( string ) : This can be an HTML element, a plain-text string, or a string containing HTML.

Put

Action:Put on map

  • Put this info window on map.
    • Map ( object ) : Map object.
    • Latitude ( number ) : Latitude.
    • Longitude ( number ) : Longitude.

Action:Put above marker

  • Put this info window above marker.
    • Marker ( object ) : Marker.

Expressions

Content

Expression:Content

  • Get content.

Position

Expression:Latitude

  • Get latitude of current position.

Expression:Longitude

  • Get longitude of current position.

Conditions