Rex's plugins for Construct2
  • Home
  • Map
  • Tutorial/Templates
  • News
  • About

rex_googlemap_infowindow

Plugin, ACE table, Discussion thread
Dependence: rex_googlemap_api

Introduction
Info window of google map. Each info window is an individual info window instance.

Usage
Sample capx (map)  , sample capx (marker)
Add a new info window
Follows these steps to add a marker on google map
  1. Create a new marker instance
  2. Call "Action:Put on map" to put this info window into map, or call "Action:Put above marker" to put it above a maker.
Set content
Content is set in property "Content", or set by "Action:Set content". It could be a string or a DOM node, like
<div style="color: #ff0000;">some red content here</div>
DOM node could be created by rex_XMLWriter plugin (sample capx).
Close window
Info window will be closed while user clicks the "X" bottom t the right top of window. Or call "Action:Close" to close this info window.
Maximum window width
Maximum window width could be assigned in property "Max width". Set -1 to use default width.

Create a free web site with Weebly
  • Home
  • Map
  • Tutorial/Templates
  • News
  • About