class Place::Geometry
- Place::Geometry
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/area_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(coordinates : Array(Tuple(Float64, Float64)), geo_type : String = "Polygon")
Instance Method Summary
- #coordinates : Array(Tuple(Float64, Float64))
- #coordinates=(coordinates : Array(Tuple(Float64, Float64)))
- #geo_type : String
- #geo_type=(geo_type : String)
Constructor Detail
def self.new(coordinates : Array(Tuple(Float64, Float64)), geo_type : String = "Polygon")
#