provideTollRoadStyle abstract method

void provideTollRoadStyle(
  1. PlacemarkStyle tollRoadStartStyle,
  2. PlacemarkStyle tollRoadStartEnd, {
  3. required double scaleFactor,
  4. required bool isNightMode,
})

Implementation

void provideTollRoadStyle(
  mapkit_styling_placemark_style.PlacemarkStyle tollRoadStartStyle,
  mapkit_styling_placemark_style.PlacemarkStyle tollRoadStartEnd, {
  required core.double scaleFactor,
  required core.bool isNightMode,
});