We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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();