The viewpoint representing the bookmark.
Viewpoint? get viewpoint => _viewpoint.value;
set viewpoint(Viewpoint? value) => _viewpoint.value = value;