MapViewMarkerCollections

Map View Marker Collections

Constructors

Link copied to clipboard
constructor(address: Long, isRef: Boolean)

Properties

Link copied to clipboard

Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.

Link copied to clipboard

All collections.

Link copied to clipboard
val size: Int

Collections size

Functions

Link copied to clipboard
external fun add(value: MarkerCollection, settings: MarkerCollectionRenderSettings? = null)

Add collection

Link copied to clipboard
external fun clear()

Remove all collections

Link copied to clipboard
external fun contains(value: MarkerCollection): Boolean

Check if the specified collection is in the collection

Link copied to clipboard
fun finalize()

Overrides finalize that garbage collector will call when needed.

Link copied to clipboard
external fun getCollectionAt(index: Int): MarkerCollection

Get collection at index

Link copied to clipboard
external fun hitTest(area: RectangleGeographicArea, ignore: Marker? = null): MarkerMatchList?

Hit test in all collections

Link copied to clipboard
external fun indexOf(value: MarkerCollection): Int

Get the index of the given collection

Link copied to clipboard

True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object

Link copied to clipboard
external fun isSketches(collection: MarkerCollection): Boolean

Check if the given collection is a sketches collection

Link copied to clipboard
external fun load(buffer: DataBuffer): Int

Deserialize from buffer

Link copied to clipboard
operator fun not(): Boolean

Checks if this object is valid.

Link copied to clipboard
fun release()

Releases the native referenced value of this object if:

Link copied to clipboard
external fun remove(index: Int)

Remove collection

Link copied to clipboard
external fun removeCollection(value: MarkerCollection)

Remove collection

Link copied to clipboard
external fun save(buffer: DataBuffer): Int

Serialize to buffer

Link copied to clipboard

Sketches collection access