setStaticPosition method
change static position in runtime
geoPoints
: list of static geoPoint
id
: String of that list of static geoPoint
Implementation
Future<void> setStaticPosition(List<GeoPoint> geoPoints, String id) async {
await osmBaseController.setStaticPosition(geoPoints, id);
}