struct Hermes::Types::GeoPoint

Defined in:

hermes/types/geo_point.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lat, lon) #

[View source]
def self.new(__temp_75 : JSON::PullParser) #

Instance Method Detail

def lat : Float64 #

def lat=(_lat : Float64) #

def lon : Float64 #

def lon=(_lon : Float64) #

def to_json(json : JSON::Builder) #