Module: StaticGmaps

Defined in:
lib/static_gmaps2.rb

Defined Under Namespace

Classes: Location, Map, Marker

Constant Summary collapse

@@version =
'0.0.5'
@@maximum_url_size =

map

2048
@@maximum_markers =
50
@@default_center =
[ 0, 0 ]
@@default_zoom =
1
@@default_size =
[ 500, 400 ]
@@default_map_type =
:roadmap
@@default_key =
'ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA'
@@base_uri =
'http://maps.google.com/maps/api/staticmap'
@@default_latitude =

marker

nil
@@default_longitude =
nil
@@default_color =
nil
@@default_alpha_character =
nil
@@valid_colors =
[ :black, :brown, :green, :purple, :yellow, :blue, :gray, :orange, :red, :white ]
@@valid_alpha_characters =
[]