如何从谷歌地图获取gms标记的地址?

时间:2015-04-28 10:56:25

标签: ios google-maps gmsmapview

如何获得此方法的纬度经度?

- (void)mapView:(GMSMapView )mapView didEndDraggingMarker:(GMSMarker )marker;

我希望在调用didEndDraggingMarker时获取地址..

2 个答案:

答案 0 :(得分:4)

您可以从latitude获取longitudemarker.position。使用反向地理编码来获取位置的地址

答案 1 :(得分:0)

/*  threshold_type
     0: Binary
     1: Binary Inverted
     2: Threshold Truncated
     3: Threshold to Zero
     4: Threshold to Zero Inverted
   */
  threshold( src_gray, dst, threshold_value, max_BINARY_value,threshold_type );
//In your case threshold_type = 2