如何获得此方法的纬度经度?
- (void)mapView:(GMSMapView )mapView didEndDraggingMarker:(GMSMarker )marker;
我希望在调用didEndDraggingMarker时获取地址..
答案 0 :(得分:4)
您可以从latitude
获取longitude
和marker.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