Landmark store service class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
landmarkStores
→ List<
LandmarkStore> -
Get all landmark stores.
no setter
- mapAddressLandmarkStoreId → int
-
Get Map Address landmarkstore id attached to map address database information.
no setter
- mapCitiesLandmarkStoreId → int
-
Get Map Cities landmarkstore id attached to map address database information.
no setter
- mapPoisLandmarkStoreId → int
-
Get Map POIs landmarkstore id.
no setter
Static Methods
-
addListener(
LandmarkStoreListener listener) → void - Add new listener for landmark store events.
-
createLandmarkStore(
String name, {int zoom = -1, String folder = ''}) → LandmarkStore - Create a new landmark store. The landmark store type for all stores created with this function is LandmarkStoreType.defaultType
-
getLandmarkStoreById(
int landmarkStoreId) → LandmarkStore? - Get landmark store by ID.
-
getLandmarkStoreByName(
String name) → LandmarkStore? - Get landmark store by name.
-
registerLandmarkStore(
{required String name, required String path}) → int - Register an already existing landmark store.
-
removeLandmarkStore(
int landmarkStoreId) → void - Remove the landmark store specified by ID.
-
removeListener(
LandmarkStoreListener listener) → void - Remove listener for landmark store events.