class Twitter::Location
- Twitter::Location
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
twitter/serializations/location.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #attributes : Hash(String, String)
- #attributes=(attributes : Hash(String, String))
- #bounding_box : BoundingBox | Nil
- #bounding_box=(bounding_box : BoundingBox | Nil)
- #centroid : Array(Float64) | Nil
- #centroid=(centroid : Array(Float64) | Nil)
- #contained_within : Array(Location) | Nil
- #contained_within=(contained_within : Array(Location) | Nil)
- #country : String
- #country=(country : String)
- #country_code : String
- #country_code=(country_code : String)
- #full_name : String
- #full_name=(full_name : String)
- #geometry : BoundingBox | Nil
- #geometry=(geometry : BoundingBox | Nil)
- #id : String
- #id=(id : String)
- #name : String
- #name=(name : String)
- #place_type : String
- #place_type=(place_type : String)
- #polylines : Array(String) | Nil
- #polylines=(polylines : Array(String) | Nil)
- #url : String
- #url=(url : String)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.