Skip to content

Commit

Permalink
Geofence mechanism is updated according to V2.1.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MuhammadBilal1 authored Mar 24, 2024
1 parent cc3df3a commit 9e0f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/geofence.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def run():

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

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

Expand Down

0 comments on commit 9e0f947

Please sign in to comment.