I have a map using a data structure of:
CarName String
Driver String
DateTime Date
Latitude Latitude
Longitude Longitude
I have a map in a Web Mapping Application.
I am trying to show a list of the Cars currently visible in a widget(or another fashion if need be) and as the map is zoomed in and out this list updates with the current cars visible.
I seem to only be able to show the number of records available.
Is this possible?
Thanks