GeoEngine class

Cliente oficial para interactuar con la plataforma Geo-Engine.

Constructors

GeoEngine({required String apiKey, String managementUrl = _defaultManagementUrl, String ingestUrl = _defaultIngestUrl, Client? client})
Crea una nueva instancia del cliente.

Properties

apiKey String
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

Methods

close() → void
Libera recursos del cliente HTTP
createGeofence({required String name, required List<List<double>> coordinates, required String webhookUrl}) Future<Map<String, dynamic>>
Crea una nueva geocerca programáticamente.
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>
Envía un punto de rastreo al motor de ingestión.
toString() String
A string representation of this object.
inherited

Operators

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