getGraphicsInView method

List<Graphic> getGraphicsInView()

Implementation

List<Graphic> getGraphicsInView() {
  return ArcgisMapPlatform.instance.getGraphicsInView(mapId);
}