Uri uri = Uri.parse(
"geo: 39.895874, 116.321238"
);
final
Intent intent =
new
Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);