#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];
}
被修改
嗨,经过一些研究,我发现方向不是仅在ipod中显示,但如果你在iphone中使用谷歌地图,它会显示方向箭头。
答案 0 :(得分:0)
原因是它是Direction API中传感器参数的一部分,现在已在所有Google地图显示中弃用。
阅读官方Google Documentation。向下滚动到页面底部,您将看到。