lookAtPointWithMeasure abstract method

void lookAtPointWithMeasure(
  1. GeoCoordinates target,
  2. MapMeasure zoom
)

Makes the camera look at the geodetic target with the given zoom.

The altitude of the target point is ignored. Any subsequent camera updates and animations will consider the target point as being located on the ground.

  • target Geodetic coordinates at which the camera will point.

  • zoom The zoom level which can be provided as distance to the target point, scale or zoom level.

Implementation

void lookAtPointWithMeasure(GeoCoordinates target, MapMeasure zoom);