You are here

infowindow_options.txt in Get Locations 7

Same filename and directory in other branches
  1. 7.2 js/infowindow_options.txt
/**
 * copy infowindow_options.txt to infowindow_options.js to override infowindow settings
 * see https://developers.google.com/maps/documentation/javascript/reference#InfoWindowOptions
 * for details
 */

// defaults
var infoWindowOptions = {};

// overrides
// Maximum width of the infowindow, regardless of content's width.
// infoWindowOptions.maxWidth = 200;

File

js/infowindow_options.txt
View source
  1. /**
  2. * copy infowindow_options.txt to infowindow_options.js to override infowindow settings
  3. * see https://developers.google.com/maps/documentation/javascript/reference#InfoWindowOptions
  4. * for details
  5. */
  6. // defaults
  7. var infoWindowOptions = {};
  8. // overrides
  9. // Maximum width of the infowindow, regardless of content's width.
  10. // infoWindowOptions.maxWidth = 200;