pointForCoordinate

abstract fun pointForCoordinate(coordinate: GeoPoint): Point

Converts a position on the map into the MapView point.

Return

Point position on the MapView, if coordinate is not visible on the screen, a Point(0,0) is returned.

Parameters

coordinate

position on the map.