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
Built with Crystal 1.9.2
2023-10-07 17:39:39 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
]