isCurrentPositionIncluded property
Include current position in camera view.
Decides if the current position should be added to the set of visible points.
Note that if the current position is in the vicinity of any of the visible points, setting this to
false will not explicitly exclude the current position from the camera view. However if displaying
an area potentially away from the current position, this does need to be explicitly set to false
or it will try to include the current position. Defaults to false.
Gets whether to include the current position.
Implementation
bool get isCurrentPositionIncluded;
Include current position in camera view.
Decides if the current position should be added to the set of visible points.
Note that if the current position is in the vicinity of any of the visible points, setting this to
false will not explicitly exclude the current position from the camera view. However if displaying
an area potentially away from the current position, this does need to be explicitly set to false
or it will try to include the current position. Defaults to false.
Sets whether to include the current position.
Implementation
set isCurrentPositionIncluded(bool value);