setCustomStyleToTopology abstract method
- List<
VenueTopology> topologies, - VenueGeometryStyle? style
Sets a custom style for topologies.
-
topologiesThe list of topologies to apply the new style. -
styleThe style for geometries, ornullto reset the style to default.
Implementation
void setCustomStyleToTopology(List<VenueTopology> topologies, VenueGeometryStyle? style);