mapViewPerspective property
Get the map view perspective.
Returns
- The map perspective
Implementation
MapViewPerspective get mapViewPerspective {
final OperationResult resultString = objectMethod(
_pointerId,
'MapViewPreferences',
'getMapViewPerspective',
dependencyId: _mapPointerId,
);
return MapViewPerspectiveExtension.fromId(resultString['result']);
}