Skip to content

Commit 9e0f947

Browse files
Geofence mechanism is updated according to V2.1.0.
Removed the trailing space as suggested by the style check. The process of setting the geofence in V1 was different than V2, so this change updated the geofence process according to the need of V2. Geofence class is changed.
1 parent cc3df3a commit 9e0f947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/geofence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def run():
5151

5252
# circle = Circle(p1, 10.0, FenceType.INCLUSION)
5353

54-
# Sending the circle object is necessary in the geofence data,
54+
# Sending the circle object is necessary in the geofence data,
5555
# so if you don't want to set the circular geofence, send it like this.
5656
circle = Circle(Point(0, 0), 0, FenceType.INCLUSION)
5757

0 commit comments

Comments
 (0)