lookAtPointWithMeasure abstract method
- GeoCoordinates target,
- 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.
-
targetGeodetic coordinates at which the camera will point. -
zoomThe zoom level which can be provided as distance to the target point, scale or zoom level.
Implementation
void lookAtPointWithMeasure(GeoCoordinates target, MapMeasure zoom);