class Twitter::BoundingBox

Included Modules

Defined in:

twitter/serializations/bounding_box.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bounding_box_type : String #

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

[View source]
def coordinates : Array(Array(Array(Float64))) #

[View source]
def coordinates=(coordinates : Array(Array(Array(Float64)))) #

[View source]