LandmarkCategory class Core

Landmark category class

Constructors

LandmarkCategory()
factory
LandmarkCategory.init(int id, int mapId)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Get the category Id.
no setter
img Img
Get the category image
no setter
landmarkStoreId int
Get parent landmark store id. If the category doesn't belong to a landmark store the function will return GemError.notFound.code
no setter
mapId int
no setter
name String
Get the category name.
getter/setter pair
pointerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
getImage({Size? size, ImageFileFormat? format}) Uint8List?
Get the category image.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

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