I am using latest version of Flutter backendless_sdk package for data storage and messaging purpose, how can I enable Geofencing feature and use it on Flutter Web? Is there any example code or project? Another question is is Geofencing available in Cloud99 free plan?
The legacy Geolocation service (including geofencing-related APIs) has been replaced by new spatial data types:
So check them out:
https://backendless.com/docs/rest/data_spatial_overview.html
Best Regards,
Maksym
1 Like
Thank you @Maksym_Khobotin2
In Android or Flutter platforms how can I know if a point is inside a polygon or circle? Is there any sample code for this?