struct Hermes::Types::LineString

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(__temp_89 : JSON::PullParser) #

def self.new(coordinates) #

[View source]

Instance Method Detail

def coordinates : Array(Array(Float64)) #

def coordinates=(_coordinates : Array(Array(Float64))) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #