setCustomStyleToCrosswalk abstract method
- List<
Crosswalk> crosswalks, - VenueGeometryStyle? style
Sets a custom style for crosswalk.
-
crosswalksThe list of crosswalk to apply the new style. -
styleThe style for geometries, ornullto reset the style to default.
Implementation
void setCustomStyleToCrosswalk(List<Crosswalk> crosswalks, VenueGeometryStyle? style);