Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RMMarker の緯度と経度を取得するにはどうすればよいですか? ヘッダーにメソッドが表示されません。
どんな助けでもとても感謝しています。
mapView が RMMapView で、marker が RMMarker の場合
CLLocationCoordinate2D loc = [mapView.markerManager latitudeLongitudeForMarker:marker]; NSLog(@"Latitude: %f", loc.latitude); NSLog(@"Longitude: %f", loc.longitude);