getStyleTerrainProperty method
- String property
Returns the live value of a single terrain property.
Implementation
Future<StylePropertyValue> getStyleTerrainProperty(String property) =>
_impl.getStyleTerrainProperty(property);
Returns the live value of a single terrain property.
Future<StylePropertyValue> getStyleTerrainProperty(String property) =>
_impl.getStyleTerrainProperty(property);