-
Notifications
You must be signed in to change notification settings - Fork 4
Map Intent
Roman Tcaregorodtcev edited this page Mar 30, 2018
·
2 revisions
Intent action to open map applications. Supported map applications: GOOGLE MAP, YANDEX MAP, KAKAO MAP, NAVER MAP.
OmegaIntentBuilder.from(this)
.map(MapTypes.GOOGLE_MAP)
.latitude(56.6327622)
.longitude(47.910693)
.address("Omega-R")
.createIntentHandler()
.failToast("You don't have Google Map application")
.startActivity();