This example is entirely within the state of Colorado:
https://dev.virtualearth.net/REST/v1/LocalSearch/?query=Motorcycle%20Dealers&userMapView=37.412582,-108.656006,40.750256,-102.426758&maxResults=25&key=mySessionKey
Result: 3 Locations
This example zooms into Denver and gets many more locations:
https://dev.virtualearth.net/REST/v1/LocalSearch/?query=Motorcycle%20Dealers&userMapView=39.318770,-105.831146,40.145691,-104.273834&maxResults=25&key=mySessionKey
Results: 22 Locations
This example zooms further into Denver and gets a couple more locations:
https://dev.virtualearth.net/REST/v1/LocalSearch/?query=Motorcycle%20Dealers&userMapView=39.526430,-105.441818,39.939891,-104.663162&maxResults=25&key=mySessionKey
Results: 24 Locations
I was hoping that I could show a message to my users that they need to zoom in when the number of locations returned was equal to the maximum (i.e., maxResults=25).
How would I create an interface to communicate what "context" is required so that a user could know that they have actually plotted all local entities for an area meeting the query/search string criteria? Alternatively, is there a zoom level that would assure that all entities (or the max) are retrieved for an area?
Thanks,
Ken