I want to display maps in my application in Kindle Fire Device. Google map is one of the best option to display the map in Android devices, but kindle fire does not support google API. While searching for the alternate API. I have found several API's like "Mapquest" and "Open Street Map" as the options. I have tried to develop sample application using Mapquest and Open Street Map but still I am not able to display the map on Kindle because all those API's having functionality which is using device's GPS and Kindle does not support GPS. I think one of the option is to alter the jar. Can anyone suggest API's to display the map in Kindle Fire or any other better options to do the same? Thanks in Advance
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
There is no "official" map API on the kindle fire. For my app, we load a webpage with Google Maps javascript into a webview and interact with that webpage using javascript. You might consider the following:
|
|||
|
i would recomend using OpenStreetMaps, i have my self got rid of google maps and got OSM and you can then use Bing Renderrer, works much better this way you can target all tablets including Kindle and mobile which dont have GAPI following link may help http://code.google.com/p/osmdroid/ for Bing Renderrer look @ http://code.google.com/p/osmdroid/source/browse/trunk/osmdroid-third-party/src/org/osmdroid/tileprovider/tilesource/bing/BingMapTileSource.java?r=967
This has a working example too you can play around to see |
|||
|
|