struct Hermes::Types::LineString

Included Modules

Defined in:

hermes/types/line_string.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Hermes::Types::IGeoShape

coordinates coordinates, type type

Constructor methods inherited from struct Hermes::Types::IGeoShape

new new

Constructor Detail

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

[View source]
def self.new(coordinates) #

[View source]

Instance Method Detail

def coordinates : Array(Array(Float64)) #

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

[View source]
def type : String #

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

[View source]