Package com.webdojobg.elmap.data.models

Types

Link copied to clipboard
class Station(    val isOperational: Boolean,     val address: String,     val location: LatLng,     val name: String,     val number: Int,     val imageUrl: String?)

A model class representing a single charging station mapped to the database entries.