changePoiStyle abstract method

Future<void> changePoiStyle(
  1. String poiId,
  2. String styleId, [
  3. bool transition = false
])

Implementation

Future<void> changePoiStyle(String poiId, String styleId,
    [bool transition = false]);