Search code examples
google-maps-api-3google-maps-api-2

Equivalent function for fromLatLngToPixel in V3


I am new to converting the V2 to V3 in google map. In V2 projection.fromLatLngToPixel(markerPoint, mapZoom). I can't find how to replace projection.fromLatLngToPixel(markerPoint, mapZoom) how to convert in V3?


Solution

  • use this...

    fromLatLngToPoint()