setCarparksStyle abstract method

bool setCarparksStyle(
  1. String style
)

Applies JSON style transformations to the carparks layer. Same as setCarparksStyle(0, style). Set to empty string to clear previous styling. Returns true if the style was successfully parsed; false otherwise. If the return value is false, the current carparks style remains unchanged.

Implementation

core.bool setCarparksStyle(core.String style);