class GeoJSON::MultiPolygon

Overview

https://tools.ietf.org/html/rfc7946#section-3.1.7

Defined in:

geojson/multi_polygon.cr

Constructors

Instance Method Summary

Instance methods inherited from class GeoJSON::Object

bbox : Array(Float64) | Nil bbox, type : String type

Constructor methods inherited from class GeoJSON::Object

new(pull : JSON::PullParser) new

Constructor Detail

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

https://tools.ietf.org/html/rfc7946#section-3.1.7


[View source]
def self.new(coordinates : Array(Polygon), *, bbox = nil) #

[View source]
def self.new(coordinates : Array(Array(Array(Array(Float64)))), *, bbox = nil) #

[View source]

Instance Method Detail

def <<(polygon : Array(Polygon)) #

[View source]
def <<(coordinate : Array(Array(Array(Float64)))) #

[View source]
def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def coordinates : Array(Array(Array(GeoJSON::Coordinates))) #

[View source]
def type : String #

[View source]