class Placemaker::Coordinates
Public Instance Methods
lat()
click to toggle source
# File lib/placemaker/coordinates.rb 5 def lat 6 nested_node('latitude').to_f 7 end
lng()
click to toggle source
# File lib/placemaker/coordinates.rb 9 def lng 10 nested_node('longitude').to_f 11 end