Ios 当用户在路线上移动时刷新用户当前位置

Ios 当用户在路线上移动时刷新用户当前位置,ios,google-maps,Ios,Google Maps,我追踪两点间路线的代码如下: NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps?saddr=%f,%f&daddr=%f,%f&hl=fr&output=mobile&om=5",latUtilisateur,longUtilisateur,latStation,longStation]; 追踪的路线由两点(A和B)及其之间的蓝线表示。 现在我想制作一种点

我追踪两点间路线的代码如下:

NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps?saddr=%f,%f&daddr=%f,%f&hl=fr&output=mobile&om=5",latUtilisateur,longUtilisateur,latStation,longStation];
追踪的路线由两点(A和B)及其之间的蓝线表示。
现在我想制作一种点,当用户继续移动时,它会瞬间移动。有什么想法吗?thanx Previous:)

您可以尝试本教程,以帮助您: