Can I search GPS enabled devices around my GPS device using phonegap as bluetooth’s scan devices functionality. If this is possible, how can I achieve it.?
To be more specific, my requirement is like this… Suppose, I am at location “xyz”, now I want to get list of devices around me that has GPS enabled.
thanks.
No, that is not possible out of the box. You need some kind of publish/subscribe service or mechanism for location exchange (for further processing of other locations, e.g. distances to other devices). Look for google latitude for example or create your own.