LocationProvider for Java SE
Java ME has a class called LocationProvider (JSR 179)开发者_StackOverflow which finds out where the user currently is, using the best available sources (GPS, WIFI etc).
Is there a comparable library for Java SE?
For example Google Chrome browser has an API which finds the current location. Is there a way to access that info from Java SE?
At this stage there is no comparable location package (nor LocationProvider class) for Java SE. This functionality would certainly make sence particularly in the content of IP location or larger mobile computing devices.
精彩评论