Parent

Class/Module Index [+]

Quicksearch

Twitter::Geo::Point

Public Instance Methods

lat() click to toggle source
Alias for: latitude
latitude() click to toggle source

@return [Integer]

# File lib/twitter/geo/point.rb, line 7
def latitude
  coordinates[0]
end
Also aliased as: lat
lng() click to toggle source
Alias for: longitude
long() click to toggle source
Alias for: longitude
longitude() click to toggle source

@return [Integer]

# File lib/twitter/geo/point.rb, line 13
def longitude
  coordinates[1]
end
Also aliased as: long, lng

[Validate]

Generated with the Darkfish Rdoc Generator 2.