Class: ReverseGeocoder::Google
- Inherits:
-
Object
- Object
- ReverseGeocoder::Google
- Includes:
- Geocoder
- Defined in:
- lib/reverse_geocoder/google.rb
Overview
Google Reverse Geocoder
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Method Summary
Methods included from Geocoder
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
8 9 10 |
# File 'lib/reverse_geocoder/google.rb', line 8 def api_key @api_key end |