mapViewPerspective property
Get the map view perspective.
Returns
- The map perspective
Throws
- An exception if it fails.
Implementation
MapViewPerspective get mapViewPerspective {
final OperationResult resultString = objectMethod(
_pointerId,
'MapViewPreferences',
'getMapViewPerspective',
);
return MapViewPerspectiveExtension.fromId(resultString['result']);
}