Libraries
»
geogle
(0.2.4)
»
Index (U)
»
Geogle
»
URL
Module: Geogle::URL
Defined in:
lib/geogle/url.rb
Constant Summary
collapse
BASE =
"
https://maps.googleapis.com
"
GEOCODE =
"
#{
BASE
}
/maps/api/geocode/json
"
DIRECTIONS =
"
#{
BASE
}
/maps/api/directions/json
"