provideTollRoadStyle abstract method
void
provideTollRoadStyle(
- PlacemarkStyle tollRoadStartStyle,
- PlacemarkStyle tollRoadStartEnd, {
- required double scaleFactor,
- 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,
});