getStyleTerrainProperty method

Future<StylePropertyValue> getStyleTerrainProperty(
  1. String property
)

Returns the live value of a single terrain property.

Implementation

Future<StylePropertyValue> getStyleTerrainProperty(String property) =>
    _impl.getStyleTerrainProperty(property);