Thank you dexif appreciate it.
Hello dexif Can we assign the devices we created on flespi to the map view too ?
Thank you.
Unfortunately this is not possible. Mapview was designed to be a simple tool for displaying any data on the map. It does not perform requests to the flespi service. You can only manipulate the data on the mapview using commands (playground) sent from the page where the mapview is embedded.
how can i pass cordinates to the map view to represent a device?
AdityaRatnayaka You can find integration example here: https://forum.flespi.com/d/10-changelog-mapview/13
I have the geofence coordinates and I want to push them to the flespi api. how can i create a geofence through the flespi REST API shal dexif
Hello, How can I create geofences in google maps, and how to add a device to it and track the devices details according to it's movment. ???
AsiriSenanayaka You can use MapView embedded directly into calculator configuration for this. Google Maps is a 3rd party application for flespi.
Here is more details about flespi calculators and how to use them: https://flespi.com/analytics
AdityaRatnayaka https://flespi.io/docs/#/gw/calculators/post_calcs Selector type: geofence
can you show me a demo code to post a geofence using javascript @dexif
AdityaRatnayaka It should be easy for you, just navigate to https://flespi.io/gw/#/gw/calculators/post_calcs, click on ADD OBJECT, click on ADD SELECTORS, type Geofences and click on ADD GEOFENCE. You will have a map by mouse click it you may construct the geofence.
After that look at the JSON payload of your request, at the bottom.
thank you