gmsmapview中的蓝色箭头不会更新我面临的任何方式

时间:2015-02-09 06:32:27

标签: ios google-maps

我正在使用谷歌地图SDK 1.9.1。而且我必须在我正面向的方向上显示蓝色箭头。但在新的SDK中,我找不到任何属性来启用它。在旧版SDK中,它会显示该箭头,但在新SDK中,它不会显示该箭头

#pragma mark
#pragma mark - setup the google map
-(void) setupMap
{
     GMSMapView *mapView = [[GMSMapView alloc] init];
                            mapView.delegate = self;
                            [mapView setMyLocationEnabled:YES];
                            [mapView.settings setCompassButton:YES];
                            [mapView.settings setMyLocationButton:YES];
                            [[self getGoogleMapView] addSubview:mapView];
}

enter image description here

被修改
嗨,经过一些研究,我发现方向不是仅在ipod中显示,但如果你在iphone中使用谷歌地图,它会显示方向箭头。

1 个答案:

答案 0 :(得分:0)

原因是它是Direction API中传感器参数的一部分,现在已在所有Google地图显示中弃用。

阅读官方Google Documentation。向下滚动到页面底部,您将看到。