class GeoJSON::MultiLineString

Overview

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

Defined in:

geojson/multi_line_string.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.5


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

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

[View source]

Instance Method Detail

def <<(line_string : Array(LineString)) #

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

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

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

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

[View source]
def type : String #

[View source]