perspective property
Get the map view perspective in follow position mode.
Returns
- The map perspective
Implementation
MapViewPerspective get perspective {
final OperationResult resultString = objectMethod(
_pointerId,
'FollowPositionPreferences',
'getPerspective',
dependencyId: _mapPointerId,
);
return MapViewPerspectiveExtension.fromId(resultString['result']);
}