Is it possible to show multiple locations on the map (like Google map) inside the vDesigner application?
Here, the application will receive array of data of all the locations (lat-long) with timestamp and this has to be populated on a map based on the timestamp.
3 Likes
@tushar.jain Could you please confirm on the query.
2 Likes
Yes @VivekBhardwaj, This is partially available in vDesigner 1.0. You can fetch and display a list of locations in map component. But the filter is not available on timestamp basis.
However you can achieve this via API call. You can fetch the filtered/ sorted list from server and then render the multiple pins on map component.
Refer the below documentation for the same:
https://drive.google.com/drive/folders/1_wVmJlQQVnWBP1_JTMv2UadNxAXMKA56?usp=sharing
1 Like