styleURL property
ObjCProtocolMethod<NSURL Function()>
styleURL
final
URL of the style whose resources are required for offline viewing.
In addition to the JSON stylesheet, different styles may require different font glyphs, sprite sheets, and other resources.
The URL may be a full HTTP or HTTPS URL or a canonical URL
Implementation
static final styleURL = objc.ObjCProtocolMethod<objc.NSURL Function()>(
_protocol_MLNOfflineRegion,
_sel_styleURL,
ffi.Native.addressOf<ffi.NativeFunction<ffi.Pointer<objc.ObjCObject> Function(ffi.Pointer<objc.ObjCObject> , ffi.Pointer<ffi.Void> )>>(_MapLibreFFi_protocolTrampoline_1mbt9g9).cast(),
objc.getProtocolMethodSignature(
_protocol_MLNOfflineRegion,
_sel_styleURL,
isRequired: true,
isInstanceMethod: true,
),
(objc.NSURL Function() func) => ObjCBlock_NSURL_ffiVoid.fromFunction((ffi.Pointer<ffi.Void> _, ) => func()),
);