Re: [android-developers] Re: Maps with custom tiles

2012-08-08 Thread Todd Bennett
Hey Saurav, When I saw the date on the post I figured you might not have the code anymore. Thanks for the reply. I have searched the internet high and low and no one seems to have code for this. Any ideas where I might find code on displaying custom tiles (zoom, x, y) over Google Maps using

[android-developers] Re: Maps with custom tiles

2012-08-07 Thread Todd Bennett
Did you ever get this figured out without using OSM? If you could share some code that would be great. Even if you used OSM. I have tiles, generated with MapTiler that I need to overlay on the Google Map tiles to show sea level rise in an Android App. Thanks, Todd On Monday, June 15,

Re: [android-developers] Re: Maps with custom tiles

2012-08-07 Thread Saurav
Cant share code. It was with my prev company. Hard luck. Regards, Saurav Mukherjee. Twitter https://twitter.com/#!/fasuke Facebook https://www.facebook.com/fuusuke On Wed, Aug 8, 2012 at 1:19 AM, Todd Bennett todd.e.benn...@gmail.comwrote: Did you ever get this figured out without using

[android-developers] Re: Maps with custom tiles

2009-06-15 Thread khose
Ok, i'll take a look. FYI, i get the tiles from a server, using HTTP requests, and then parsing xml. So i ask for a tile passing by longitude, latitude and zoom level...just as Google Maps. But of course its not GMaps. I'll see if i find a solution within that project. Thanks for your help! On

[android-developers] Re: Maps with custom tiles

2009-06-09 Thread Kiran Mudiam
AFAIK, The Android MapView only supports satellite and map view tiles. I did come across a thread on this forum earlier some one asking for custom tiles, and also noted that a feature request was going to put in. Not sure if that ever happened ?!! But I came across this project on google code

[android-developers] Re: Maps with custom tiles

2009-06-08 Thread CF
I'm struggling with the same problem. Any pointers or ideas? On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote: C'mon there must be a solution:) On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote: Hi! I've been searching hardly the past two days, looking for a way to

[android-developers] Re: Maps with custom tiles

2009-06-08 Thread Saurav Mukherjee
do u already have map tiles of ur own?? On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote: I'm struggling with the same problem. Any pointers or ideas? On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote: C'mon there must be a solution:) On 14 mayo, 09:52, khose

[android-developers] Re: Maps with custom tiles

2009-06-08 Thread CF
I have a custom map created using Google My Maps, but am not able to replicate the same on Android. Any suggestions? On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: do u already have map tiles of ur own?? On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com

[android-developers] Re: Maps with custom tiles

2009-06-08 Thread Saurav Mukherjee
my solution can help u if u have map tiles ready for display based on lat lon and zoom levels, cauz what i did was to ping the google tile download link with appropriate lat lon and zoom level, download the tile and used my logic (not that hi fi) to display it onto the screen (based on on scroll).

[android-developers] Re: Maps with custom tiles

2009-05-20 Thread khose
C'mon there must be a solution:) On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote: Hi! I've been searching hardly the past two days, looking for a way to implement a map view with custom map tiles. I mean; i have to use maps tiles different than the ones provided by Google Maps.