Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("geo:0,0?q=seoul"));
startActivity(intent);

이렇게 했을경우
seoul이라는 대표적인 곳은 검색이 됩니다
지하철이라던가 지금 안드로이드 구글맵 네비 쪽에서 검색되는
지하철이라던가 세부적인 장소는 검색이 안되는 것인가요?