Module: Geos::GoogleMaps::Api3Constants

Defined in:
lib/geos/google_maps/api_3.rb

Constant Summary collapse

UNESCAPED_MARKER_OPTIONS =
%w{
  icon
  map
  position
  shadow
  shape
}.freeze
UNESCAPED_POLY_OPTIONS =
%w{
  clickable
  fillOpacity
  geodesic
  map
  path
  paths
  strokeOpacity
  strokeWeight
  zIndex
}.freeze