Module: StaticGmaps
- Defined in:
- lib/static_gmaps.rb
Defined Under Namespace
Constant Summary collapse
- @@version =
'0.0.4'
- @@maximum_url_size =
map
1978
- @@maximum_markers =
50
- @@default_center =
[ 0, 0 ]
- @@default_zoom =
1
- @@default_size =
[ 500, 400 ]
- @@default_map_type =
:roadmap
- @@default_key =
'ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA'
- @@default_latitude =
marker
nil
- @@default_longitude =
nil
- @@default_color =
nil
- @@default_alpha_character =
nil
- @@valid_colors =
[ :red, :green, :blue ]
- @@valid_alpha_characters =
[ :a, :b, :c, :d, :e, :f, :g, :h, :i, :j, :k, :l, :m, :n, :o, :p, :q, :r, :s, :t, :u, :v, :w, :x, :y, :z ]