Centers the map on the given coordinate and positions the plane indicator according to the given Yaw and FieldOfView parameters.
HRESULT CenterMap(
[in] double X,
[in] double Y,
[in, optional, defaultvalue(0)] double Yaw,
[in, optional, defaultvalue(53)] double FieldOfView)
Parameters:
X – The West-East coordinate in MPT units on which to set the map center.
Y – The North-South coordinate in MPT units on which to set the map center.
Yaw – The plane indicator yaw value. See: “Yaw, Pitch and Roll Angles”.
FieldOfView – The plane indicator field of view value, in degrees.
Return Values:
S_OK if the method call succeeded.