【发布时间】:2015-10-10 06:11:12
【问题描述】:
我正在使用下面的代码在谷歌地图的标记中设置标题。
CLLocationCoordinate2D position = CLLocationCoordinate2DMake(lat, longi);
GMSMarker *marker = [GMSMarker markerWithPosition:position];
marker.title = self.TitleArray[i];
marker.map = mapView_;
}
谁能告诉我如何将标题右对齐?
【问题讨论】:
标签: ios8 nsstring google-maps-sdk-ios