setCustomStyleToTopology abstract method

void setCustomStyleToTopology(
  1. List<VenueTopology> topologies,
  2. VenueGeometryStyle? style
)

Sets a custom style for topologies.

  • topologies The list of topologies to apply the new style.

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

Implementation

void setCustomStyleToTopology(List<VenueTopology> topologies, VenueGeometryStyle? style);