setVisiblePoints abstract method
- List<
GeoCoordinates> visiblePoints
Sets the list of geo points to show in the camera view.
visiblePointsThe list of geo points to visualize. The list can be empty.
Implementation
void setVisiblePoints(List<GeoCoordinates> visiblePoints);