class GeoJSON::MultiPoint

Overview

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

Defined in:

geojson/multi_point.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.3


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

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

[View source]

Instance Method Detail

def <<(point : Array(Point)) #

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

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

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

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

[View source]
def type : String #

[View source]