LocationEditManager class abstract
@file com/navigine/idl/location_edit_manager.dart @brief @copybrief LocationEditManager
- Implemented types
- Implementers
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
-
addBeacon(
int subLocId, String uuid, int major, int minor, Point point, String name, int? power) → void -
addEddystone(
int subLocId, String namespaceId, String instanceId, Point point, String name, int? power) → void -
addLocationEditListener(
LocationEditListener locationEditListener) → void -
addWifi(
int subLocId, String mac, Point point, String name) → void -
addWifiRtt(
) → void -
editBeacon(
int subLocId, String uuid, int major, int minor, Point point, String name, int? power) → void -
editEddystone(
int subLocId, String namespaceId, String instanceId, Point point, String name, int? power) → void -
editWifi(
int subLocId, String mac, Point point, String name) → void -
editWifiRtt(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeBeacon(
int subLocId, String uuid, int major, int minor) → void -
removeEddystone(
int subLocId, String namespaceId, String instanceId) → void -
removeLocationEditListener(
LocationEditListener locationEditListener) → void -
removeWifi(
int subLocId, String mac) → void -
removeWifiRtt(
int subLocId, String mac) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited