2009/11/28 logan <logan...@gmail.com>: > I'm trying to find if someone has got a database of Google maps for a > particular town in an SQLite file. I'm looking to write an application > which will query this database and find text directions. This is more > of a fun project for me than anything else, so I welcome all > suggestions if doing so is possible or not. My target platform is > Symbian.
This is slightly off-topic as it's not an SQLite question at all, but if you have internet connection on your target device then you might try to use the Google Maps or Yahoo Maps APIs: http://code.google.com/apis/maps/ http://developer.yahoo.com/maps/ You may also take a look at the Yahoo Query Language which you can use to access web services using an SQL-like query language: http://developer.yahoo.com/yql/ Now going back on topic, SQLite can be used to cache some of the data if it doesn't violate the terms of service of whatever service you decide to use. Rafał Pocztarski _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users