OmhMarkerOptions

class OmhMarkerOptions : Parcelable

Defines OmhMarkerOptions for a marker.

Implements Parcelable interface to facilitate the usage.

Constructors

Link copied to clipboard
fun OmhMarkerOptions(parcel: Parcel)

Constructs a OmhMarkerOptions with the given Parcel.

Link copied to clipboard

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<OmhMarkerOptions>

public CREATOR field that generates instances of your Parcelable class from a Parcel.

Functions

Link copied to clipboard
open override fun describeContents(): Int

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation. Value is either 0 or CONTENTS_FILE_DESCRIPTOR

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

Flatten this object in to a Parcel.

Properties

Link copied to clipboard

The location for the marker. Create a default position because the position cannot be null.

Link copied to clipboard
var title: String? = null

The title for the marker.