ElMap
app
com.
webdojobg.
elmap
Main
Activity
com.
webdojobg.
elmap.
data.
datasources
Stations
Firebase
Data
Source
com.
webdojobg.
elmap.
data.
models
Station
com.
webdojobg.
elmap.
data.
repositories
Stations
Repository
com.
webdojobg.
elmap.
ui.
map
Map
Fragment
Map
View
Model
com.
webdojobg.
elmap.
ui.
profile
About
App
Fragment
Profile
Fragment
Profile
View
Model
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.