DidReverseGeocode

data class DidReverseGeocode(point: Point, features: List<CarmenFeature>) : DestinationAction

The action informs if reverse geocoding was successful for a given point

Constructors

DidReverseGeocode
Link copied to clipboard
fun DidReverseGeocode(point: Point, features: List<CarmenFeature>)

Functions

component1
Link copied to clipboard
operator fun component1(): Point
component2
Link copied to clipboard
operator fun component2(): List<CarmenFeature>
copy
Link copied to clipboard
fun copy(point: Point, features: List<CarmenFeature>): DestinationAction.DidReverseGeocode
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

features
Link copied to clipboard
val features: List<CarmenFeature>
point
Link copied to clipboard
val point: Point