MLNMapOptions class

The MLNMapOptions object provides a way to set map properties for each instance

Constructors

MLNMapOptions()
Returns a new instance of MLNMapOptions constructed with the default new method.
factory
MLNMapOptions.castFrom(ObjCObjectBase other)
Constructs a MLNMapOptions that points to the same underlying object as other.
MLNMapOptions.castFromPointer(Pointer<ObjCObject> other, {bool retain = false, bool release = false})
Constructs a MLNMapOptions that wraps the given raw object pointer.

Properties

actionJournalOptions MLNActionJournalOptions
Action journal options
getter/setter pair
debugDescription$1 → NSString
debugDescription
no setterinherited
description$1 → NSString
description
no setterinherited
hash$1 int
hash
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isProxy bool
isProxy
no setterinherited
pluginLayers ↔ NSArray
List of plugin classes
getter/setter pair
ref → ObjCObjectRef
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleJSON ↔ NSString?
JSON string of the map style to display. The JSON must conform to the MapLibre Style Specification. Specify nil for the default style. Ignored if styleURL is set to a non-nil value.
getter/setter pair
styleURL ↔ NSURL?
URL of the map style to display. The URL may be a full HTTP or HTTPS URL, a canonical URL or a path to a local file relative to the application’s resource path. Specify nil for the default style.
getter/setter pair
superclass$1 → ObjCObjectBase
superclass
no setterinherited

Methods

autorelease() MLNMapOptions
autorelease
class$1() → ObjCObjectBase
class
inherited
conformsToProtocol$1(Protocol aProtocol) bool
conformsToProtocol:
inherited
copy() → ObjCObjectBase
copy
inherited
dealloc() → void
dealloc
inherited
doesNotRecognizeSelector(Pointer<ObjCSelector> aSelector) → void
doesNotRecognizeSelector:
inherited
forwardingTargetForSelector(Pointer<ObjCSelector> aSelector) → ObjCObjectBase
forwardingTargetForSelector:
inherited
forwardInvocation(NSInvocation anInvocation) → void
forwardInvocation:
inherited
init() MLNMapOptions
init
isEqual(ObjCObjectBase object) bool
isEqual:
inherited
isKindOfClass(ObjCObjectBase aClass) bool
isKindOfClass:
inherited
isMemberOfClass(ObjCObjectBase aClass) bool
isMemberOfClass:
inherited
methodForSelector(Pointer<ObjCSelector> aSelector) Pointer<NativeFunction<Void Function()>>
methodForSelector:
inherited
methodSignatureForSelector(Pointer<ObjCSelector> aSelector) → NSMethodSignature
methodSignatureForSelector:
inherited
mutableCopy() → ObjCObjectBase
mutableCopy
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performSelector(Pointer<ObjCSelector> aSelector) → ObjCObjectBase
performSelector:
inherited
performSelector$1(Pointer<ObjCSelector> aSelector, {required ObjCObjectBase withObject}) → ObjCObjectBase
performSelector:withObject:
inherited
performSelector$2(Pointer<ObjCSelector> aSelector, {required ObjCObjectBase withObject, required ObjCObjectBase withObject$1}) → ObjCObjectBase
performSelector:withObject:withObject:
inherited
release() → void
release
inherited
respondsToSelector(Pointer<ObjCSelector> aSelector) bool
respondsToSelector:
inherited
retain() MLNMapOptions
retain
retainCount() int
retainCount
inherited
self$1() MLNMapOptions
self
toString() String
A string representation of this object.
inherited
zone() Pointer<NSZone>
zone
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc() MLNMapOptions
alloc
allocWithZone(Pointer<NSZone> zone) MLNMapOptions
allocWithZone:
isInstance(ObjCObjectBase obj) bool
Returns whether obj is an instance of MLNMapOptions.
new$() MLNMapOptions
new