views:

269

answers:

1

Hey

I know that in the google maps API it's possible to replace the existing tiles with my own - and using their tile server - feed my own maps.

i'm interested in doing this using monotouch - is there any way of doing this atm - or does anyone know of a way of achieving this any other way?

w://

A: 

If you use an UIWebView (or whatever its called) you can host an html page. See phonegap for an implementation of this approach (although not a MonoTouch implemenation, which may be for the best thanks to 3.1.3)

Theres an example of google maps js api being used with custom tiles here http://mapwow.com/

mcintyre321
yeah - not ideal but i guess the only way to do it atm...
cvista