mapStylePath property
Get the current map view style
Returns
- The current map view style path
Implementation
String get mapStylePath {
final OperationResult resultString = objectMethod(
_pointerId,
'MapViewPreferences',
'getMapStylePath',
dependencyId: _mapPointerId,
);
return resultString['result'];
}