Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
weather-notifications
master
Models
Point
Repository
Discord
Geocoding
Slack
Weathernews
Serverless
Lambda
Usecase
Alert
Notify
Weather
Generated using Crystal 1.16.3
2026-08-13 19:09:27 UTC
struct
Models::
Point
Models::Point
Struct
Value
Object
Defined in:
models.cr
Constructors
.new
(lat : String, lng : String)
Instance Method Summary
#lat
: String
#lat=
(lat : String)
#lng
: String
#lng=
(lng : String)
Constructor Detail
def self.
new
(lat : String, lng : String)
#
[
View source
]
Instance Method Detail
def
lat
: String
#
[
View source
]
def
lat=
(lat : String)
#
[
View source
]
def
lng
: String
#
[
View source
]
def
lng=
(lng : String)
#
[
View source
]