LocationDataModel

open class LocationDataModel : Parcelable

Created by streamwide on 08/05/17.

Constructors

Link copied to clipboard
open fun LocationDataModel()

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<LocationDataModel>
Link copied to clipboard
val LOCATION_ADDRESS: String
Link copied to clipboard
val LOCATION_COLOR: String
Link copied to clipboard
val LOCATION_ICON: String
Link copied to clipboard
val LOCATION_INFO: String
Link copied to clipboard
val LOCATION_LAT: String
"LocationsData": [ { "LocationLat":"44.4389926", "LocationLon":"26.0829607", "LocationAddress":"Strada Grigore Cobălcescu 49, București, Romania", "LocationInfo":"Occide building", "LocationColor":"FFF000" }, { "LocationLat":"44.4389926", "LocationLon":"26.
Link copied to clipboard
val LOCATION_LON: String

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getLocationAddress(): String
Link copied to clipboard
open fun getLocationColor(): String
Link copied to clipboard
open fun getLocationIcon(): String
Link copied to clipboard
open fun getLocationInfo(): String
Link copied to clipboard
open fun getLocationLatitude(): String
Link copied to clipboard
open fun getLocationLongitude(): String
Link copied to clipboard
open fun setLocationAddress(@Nullable locationAddress: String)
Link copied to clipboard
open fun setLocationColor(@Nullable locationColor: String)
Link copied to clipboard
open fun setLocationIcon(@Nullable locationIcon: String)
Link copied to clipboard
open fun setLocationInfo(@Nullable locationInfo: String)
Link copied to clipboard
open fun setLocationLatitude(@Nullable locationLatitude: String)
Link copied to clipboard
open fun setLocationLongitude(@Nullable locationLongitude: String)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)