안드로이드 map의 URL Scheme에서 검색후 좌표를 가져올수 있는 방법이 있나요?

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(“daummaps://open?page=placeSearch”));
startActivity(intent);
여기서 좌표랑 주소를 가져올수 있는 방법이 있나요?

로컬API 의 장소검색 REST API를 별도로 사용하셔야 해요