ElMap
app
/
com.webdojobg.elmap.data.models
Package
com.
webdojobg.
elmap.
data.
models
Types
Types
Station
Link copied to clipboard
class
Station
(
val
isOperational
:
Boolean
,
val
address
:
String
,
val
location
:
LatLng
,
val
name
:
String
,
val
number
:
Int
,
val
imageUrl
:
String
?
)
Content copied to clipboard
A model class representing a single charging station mapped to the database entries.