class Twitter::Location

Included Modules

Defined in:

twitter/serializations/location.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

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

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


def attributes : Hash(String, String) #

def attributes=(attributes : Hash(String, String)) #

def bounding_box : BoundingBox | Nil #

def bounding_box=(bounding_box : BoundingBox | Nil) #

def centroid : Array(Float64) | Nil #

def centroid=(centroid : Array(Float64) | Nil) #

def contained_within : Array(Location) | Nil #

def contained_within=(contained_within : Array(Location) | Nil) #

def country : String #

def country=(country : String) #

def country_code : String #

def country_code=(country_code : String) #

def full_name : String #

def full_name=(full_name : String) #

def geometry : BoundingBox | Nil #

def geometry=(geometry : BoundingBox | Nil) #

def id : String #

def id=(id : String) #

def name : String #

def name=(name : String) #

def place_type : String #

def place_type=(place_type : String) #

def polylines : Array(String) | Nil #

def polylines=(polylines : Array(String) | Nil) #

def url : String #

def url=(url : String) #