MapOverlayCoordinatesProvider

Interface that should be implemented by users to provide all the coordinates that will shown on MapView without covered by overlays.

fun fun interface MapOverlayCoordinatesProvider

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getShownCoordinates
Link copied to clipboard

Get all the coordinates that will shown on MapView

abstract fun getShownCoordinates(): List<Point>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String