class Twitter::Location

Included Modules

Defined in:

twitter/serializations/location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def attributes : Hash(String, String) #

[View source]
def attributes=(attributes : Hash(String, String)) #

[View source]
def bounding_box : BoundingBox | Nil #

[View source]
def bounding_box=(bounding_box : BoundingBox | Nil) #

[View source]
def centroid : Array(Float64) | Nil #

[View source]
def centroid=(centroid : Array(Float64) | Nil) #

[View source]
def contained_within : Array(Location) | Nil #

[View source]
def contained_within=(contained_within : Array(Location) | Nil) #

[View source]
def country : String #

[View source]
def country=(country : String) #

[View source]
def country_code : String #

[View source]
def country_code=(country_code : String) #

[View source]
def full_name : String #

[View source]
def full_name=(full_name : String) #

[View source]
def geometry : BoundingBox | Nil #

[View source]
def geometry=(geometry : BoundingBox | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def place_type : String #

[View source]
def place_type=(place_type : String) #

[View source]
def polylines : Array(String) | Nil #

[View source]
def polylines=(polylines : Array(String) | Nil) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]