setVisiblePoints abstract method

void setVisiblePoints(
  1. List<GeoCoordinates> visiblePoints
)

Sets the list of geo points to show in the camera view.

  • visiblePoints The list of geo points to visualize. The list can be empty.

Implementation

void setVisiblePoints(List<GeoCoordinates> visiblePoints);