Class Ym4r::GoogleMaps::Geocoding::Placemark
In: lib/ym4r/google_maps/geocoding.rb
Parent: Struct.new(:address,:country_code,:administrative_area,:sub_administrative_area,:locality,:dependent_locality,:thoroughfare,:postal_code,:longitude,:latitude)

A result from the Geocoding service.

Methods

latlon   lonlat  

Public Instance methods

[Source]

    # File lib/ym4r/google_maps/geocoding.rb, line 70
70:         def latlon
71:           [latitude,longitude]
72:         end

[Source]

    # File lib/ym4r/google_maps/geocoding.rb, line 66
66:         def lonlat
67:           [longitude,latitude]
68:         end

[Validate]