latLngToScreenPoint abstract method

CustomPoint<double> latLngToScreenPoint(
  1. LatLng mapCoordinate
)

Convert a map coordinate (lat/lng) to its corresponding screen point (x/y), based on the map's current screen positioning

Implementation

CustomPoint<double> latLngToScreenPoint(LatLng mapCoordinate);