NavigationPoint

class NavigationPoint : MapperInterface, Parcelable

Represents a point to which navigation can be requested using the es.situm.sdk.wayfinding.MapViewController.

Constructors

Link copied to clipboard
constructor(parcel: Parcel)

Types

Link copied to clipboard
class Builder(val latitude: Double, val longitude: Double, val floorIdentifier: String)

Use this class to create your NavigationPoint instance.

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the destination to be displayed on the es.situm.sdk.wayfinding.MapView.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toMap(): Map<String, Any>

Method to transform object into Map

Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)