setCustomStyleToCrosswalk abstract method

void setCustomStyleToCrosswalk(
  1. List<Crosswalk> crosswalks,
  2. VenueGeometryStyle? style
)

Sets a custom style for crosswalk.

  • crosswalks The list of crosswalk to apply the new style.

  • style The style for geometries, or null to reset the style to default.

Implementation

void setCustomStyleToCrosswalk(List<Crosswalk> crosswalks, VenueGeometryStyle? style);