hungio / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

Add overlay support #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We will need overlay support for most of the tile sources.

We need a standard map overlay interface for static overlays and for
overlays with positions bound to the map.

Original issue reported on code.google.com by jose...@gmail.com on 19 Sep 2008 at 6:50

GoogleCodeExporter commented 8 years ago
Amazing component.  I've been using the web-view map and I'm glad somebody 
finally
made a native map-tile component.  I too would appreciate a mapping interface 
for
functions like zooming/centering, plotting markers/circles, pixelToLatLng,
LatLngToPixel, getSpan, zoomToFit, etc. 

Original comment by justin.f...@gmail.com on 19 Sep 2008 at 6:01

GoogleCodeExporter commented 8 years ago
Yeah - latlongToPixel, zoomToFit, etc is pretty easy to add in. Add a ticket 
for that
and I'll code 'er up.

Primitive overlay support is possible at the moment by just layering images /
whatever on top of the map view using interface builder. Of course that doesn't 
work
if you want the overlay to move with the map.

Original comment by jose...@gmail.com on 19 Sep 2008 at 8:57

GoogleCodeExporter commented 8 years ago
Overlays are supported. I'll make another issue for requesting a map overlay or 
from
the tilesource.

Original comment by jose...@gmail.com on 20 Nov 2008 at 2:32