FlutterACPPlaces class

Adobe Experience Platform Places API.

Constructors

FlutterACPPlaces()

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

currentPointsOfInterest Future<String?>
Returns all Points of Interest (POI) in which the device is currently known to be within.
no setter
extensionVersion Future<String>
Gets the current Places extension version.
no setter
lastKnownLocation Future<String?>
Returns the last latitude and longitude provided to the ACPPlaces Extension.
no setter

Static Methods

clear() Future<void>
Clears out the client-side data for Places.
getNearbyPointsOfInterest(Map location, int limit) Future<String?>
Requests a list of nearby Points of Interest (POI).
processGeofence(Geofence geofence, ACPPlacesRegionEventType transitionType) Future<void>
Pass a Geofence and transition type to be processed by the SDK. This corresponds to Android ACPPlaces.processGeofence and iOS ACPPlaces.processRegionEvent
setAuthorizationStatus(ACPPlacesAuthorizationStatus status) Future<void>
Sets the authorization status in the Places extension.