My account: Login | Sign Up
Loading... 

Google Map on pys60 | Thread profile

Thread profile page for "Google Map on pys60" on http://www.forum.nokia.com. This report page is a snippet summary view from a single thread "Google Map on pys60", located on the Message Board at http://www.forum.nokia.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Google Map on pys60
Site: Nokia Developer Discussion Boards  Nokia Developer Discussion Boards - site profile
Forum: Python  Python - forum profile
Total authors: 4 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: nokia.com

Thread posts in Google Map on pys60:

1. 
Started 2 years, 5 months ago (2006-06-20 11:34:00)  by chetbox
This is a really good idea! And really shows you just how easy it is to make a powerful application in Python, but I think the lack of interest may come from the fact that Google have already made a mobile version of Google Maps, both in Java and in Symbian C++ (I assume it's C++ anyway). I've been using it for a while and it works quite nicely! http://www.google.com/gmm/index.html
Size: 385 bytes
Customize:  Customize "Google Map on pys60 :: Python :: Nokia Developer Discussion Boards"
2. 
Started 2 years, 5 months ago (2006-06-26 13:33:00)  by screenclene
One problem with the code for s60_gmap version 0.4 is that all tiles are loaded into a memory cache. This speeds up drawing the tiles, but eventually all memory on the phone gets used up. (I have a Nokia 6600 with only 8MB memory). Here's a code snippet which overcomes this, but its not designed to work with satellite tiles, or to download the map from the internet. It'll take a bit of fiddling...
Size: 2,095 bytes
Customize:  Customize "<b>Reply 1</b>: Google Map on pys60 :: Python :: Nokia Developer Discussion Boards"
3. 
Started 3 months, 1 week ago (2008-08-26 16:15:00)  by cassioli
I'd like to extend this script to add it to my program for remote GPS tracking, but I needa bit of help: how could I implement latitude and longitude handling? Supposing I have a single tile for which I know lat/lon of upper-left/bottom-right corners, and supposing I know the lat/lon of the center of the screen, which tile should I select? Let's suppose a tile is named LAT1_LON1__LAT2_LON2.jpg...
Size: 674 bytes
Customize:  Customize "<b>Reply 2</b>: Google Map on pys60 - Page 2 - Developer Discussion Boards :: Python :: Nokia Developer Discussion Boards"
4. 
Started 3 months, 1 week ago (2008-08-26 16:15:00)  by cassioli Offline
I'd like to extend this script to add it to my program for remote GPS tracking, but I needa bit of help: how could I implement latitude and longitude handling? Supposing I have a single tile for which I know lat/lon of upper-left/bottom-right corners, and supposing I know the lat/lon of the center of the screen, which tile should I select? Let's suppose a tile is named LAT1_LON1__LAT2_LON2.jpg,...
Size: 617 bytes
Customize:  Customize "<b>Reply 3</b>: Google Map on pys60 - Page 2 - Developer Discussion Boards :: Python :: Nokia Developer Discussion Boards"
 

Top contributing authors for Google Map on pys60

Name
Posts
chetbox
1
user's latest post:
Google Map on pys60
Published (2006-06-20 11:34:00)
This is a really good idea! And really shows you just how easy it is to make a powerful application in Python, but I think the lack of interest may come from the fact that Google have already made a mobile version of Google Maps, both in Java and in Symbian C++ (I assume it's C++ anyway). I've been using it for a while and it works quite nicely! http://www.google.com/gmm/index.html
screenclene
1
user's latest post:
Google Map on pys60
Published (2006-06-26 13:33:00)
One problem with the code for s60_gmap version 0.4 is that all tiles are loaded into a memory cache. This speeds up drawing the tiles, but eventually all memory on the phone gets used up. (I have a Nokia 6600 with only 8MB memory). Here's a code snippet which overcomes this, but its not designed to work with satellite tiles, or to download the map from the internet. It'll take a bit of fiddling to put it into the s60_gmap script, but...
cassioli
1
user's latest post:
Google Map on pys60 - Page 2 -...
Published (2008-08-26 16:15:00)
I'd like to extend this script to add it to my program for remote GPS tracking, but I needa bit of help: how could I implement latitude and longitude handling? Supposing I have a single tile for which I know lat/lon of upper-left/bottom-right corners, and supposing I know the lat/lon of the center of the screen, which tile should I select? Let's suppose a tile is named LAT1_LON1__LAT2_LON2.jpg, where &quot;1&quot; and...
cassioli Offline
1
user's latest post:
Google Map on pys60 - Page 2 -...
Published (2008-08-26 16:15:00)
I'd like to extend this script to add it to my program for remote GPS tracking, but I needa bit of help: how could I implement latitude and longitude handling? Supposing I have a single tile for which I know lat/lon of upper-left/bottom-right corners, and supposing I know the lat/lon of the center of the screen, which tile should I select? Let's suppose a tile is named LAT1_LON1__LAT2_LON2.jpg, where &quot;1&quot; and...