Which is the correct way to obtain a given point in the map, knowing the latitude and longitude of the point?

  1. var myGeographicCoordinates = new GPointM(new Lat(longitude),new Lng(longitude));

  2. var myGeographicCoordinates = new GLatLng(myLatitude, myLongitude);

  3. var myGeographicCoordinates = new GLatLng(GMarker.Lat(),GMarker.Lng())

  4. var myGeographicCoordinates = new GLatLng(GMarker.getLat(),GMarker.getLng())


Correct Option: B

Find more quizzes: