JMapFlutterUtilityAndroid 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
-
ensureChannelInitialized(
) → MethodChannel -
getAllAmenities(
) → Future< List< JMapAmenity> ?> -
getAllAmenitiesByBuildingAndFloorId(
num buildingID, num floorId) → Future< List< JMapAmenity> ?> -
getAllAmenitiesByBuildingId(
num buildingID) → Future< List< JMapAmenity> ?> -
getAllAmenitiesByName(
String name) → Future< List< JMapAmenity> ?> -
getAllDestinations(
) → Future< List< JMapDestination> ?> -
getAllDestinationsByBuildingAndFloorId(
num buildingId, num floorId) → Future< List< JMapDestination> ?> -
getAllDestinationsByBuildingId(
num buildingId) → Future< List< JMapDestination> ?> -
getAllPathTypes(
) → Future< List< JMapPathType> ?> -
getAllPathTypesByName(
String name) → Future< List< JMapPathType> ?> -
getBuildings(
) → Future< List< JMapBuilding> ?> -
This method is called to get the list of
JMapBuilding
from the venue. -
getDestinationById(
num destId) → Future< JMapDestination?> -
getFloors(
num buildingID) → Future< List< JMapFloor> ?> -
This method is called to get the list of
JMapFloor
from the providedbuildingID
. -
getFloorsForCurrentBuilding(
) → Future< List< JMapFloor> ?> -
init(
JMapConfig mapConfig) → Future< JMapError?> - This method is called when the plugin is first initialized.
-
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