Updating Map Annotations - coordinates
Hello!
Using this tutorial (http://iphonebcit.wordpress.com/iphone-m...-tutorial/) to integrate GoogleMaps to my application, I have a question about it.
I set the annotation with:
So I initialize with coordinates. But in my case, the coordinates (not only mine!) will change. How could I set the new coordinates and they will be updated on the map?!
Does anyone know?
Thanks al lot and bets regards.
Using this tutorial (http://iphonebcit.wordpress.com/iphone-m...-tutorial/) to integrate GoogleMaps to my application, I have a question about it.
I set the annotation with:
Code:
MapDemoAnnotation* annotation = [[MapDemoAnnotation alloc] initWithCoordinate:newCoord];
[mapView addAnnotation:annotation];
[annotation release];Does anyone know?
Thanks al lot and bets regards.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| updating to ios5 recorder doesn't work anymore | sefiroths | 3 | 3,242 |
Nov 21, 2011 03:56 AM Last Post: sefiroths |
|
| About object creation, updating, interactions, Unity | Najdorf | 26 | 7,755 |
Jan 12, 2010 04:40 PM Last Post: AnotherJake |
|
| Local (X, Y) Coordinates from 3D plane coordinates | merrill541 | 5 | 5,572 |
Jun 29, 2009 01:32 AM Last Post: RhinosoRoss |
|
| Browser Based.. Updating turn times? | guest_05 | 1 | 2,615 |
May 24, 2007 04:03 PM Last Post: Tobs_ |
|
| Translate mouse coordinates to world coordinates | nalenb | 4 | 4,810 |
Mar 21, 2006 11:59 PM Last Post: glMatt |
|

