getVisibleGraphicIds method

List<String> getVisibleGraphicIds()

Implementation

List<String> getVisibleGraphicIds() {
  return ArcgisMapPlatform.instance.getVisibleGraphicIds(mapId);
}