GeoEngine class

Cliente oficial para interactuar con la plataforma Geo-Engine.

Constructors

GeoEngine({required String apiKey, String managementUrl = _defaultManagementUrl, String ingestUrl = _defaultIngestUrl, Duration timeout = const Duration(seconds: 10), bool debug = false, Client? client})
Crea una nueva instancia del cliente.

Properties

apiKey String
final
debug bool
final
hashCode int
The hash code for this object.
no setterinherited
ingestUrl String
final
managementUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
final

Methods

close() → void
createGeofence({required String name, required List<List<double>> coordinates, required String webhookUrl}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendLocation({required String deviceId, required double latitude, required double longitude, int? timestamp}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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