MapOverlayCoordinatesProvider

fun fun interface MapOverlayCoordinatesProvider

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getShownCoordinates
Link copied to clipboard
abstract fun getShownCoordinates(): List<Point>
Get all the coordinates that will shown on MapView
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String