MapPlaceClusterObject

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

Get data associated with this viewObject.

Link copied to clipboard
open fun getId(): Int
Link copied to clipboard
open fun getObjectType(): Int

Returns the type of view object.

Link copied to clipboard

Returns the position of selected view object. The meaning of the location for a particular object depends on that object's type. Objects that don't have a location will return position with invalid value. The meaning of the location for certain view objects is as follows: MapView objects: Point - has location. SafetySpot - has location Circle - the center of the circle Container - no location Marker - has location LabeledMarker - has location Polygon - the first vertex Polyline - the first vertex Route - the first waypoint of the route

Link copied to clipboard
open fun getZIndex(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

If object after recreate from parcel contains all of reference like original object method return true. In other case return false.

Link copied to clipboard

For internal use only. Do not use outside of sdk.

Link copied to clipboard
open fun setZIndex(ZIndex: Int)
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard