Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing a new Location Provider

There is an entry in 1.5 of the SDK for installLocationProvider. That entry is marked: @hide. I would like to provide an alternate location provider, the why is not important, just the how. Does anyone know the "trick" for using the "installLocationProvider" entry point or where to find details of building a complete or partial solution? The "Mock" location provider code is not usable in a finished application.

like image 778
Mike Maurice Avatar asked Jun 21 '10 17:06

Mike Maurice


1 Answers

From everything that I have read, access to this is only allowed for Google and their special partners. This is not to say there isn't some sort of hack that can be performed from the native sdk, but I have no clue about that.
If you're just out to get a better service, you should look at something like the Skyhook SDK http://www.skyhookwireless.com/developers/ Its not free but they base their cost on your application.

like image 185
Paul Gregoire Avatar answered Oct 26 '22 19:10

Paul Gregoire