Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Dmap - Destination notes, direction and distance icon

1.20a by HoneyBread


Apr 12, 2018

About Dmap - Destination notes, direction and distance

Indicates the direction of the searched destination. A map like a compass needle

This application is like an azimuth needle pointing to a destination. Destinations can be searched and marked and set.

It is a very convenient map application for those who have no sense of direction because they keep pointing the destination even if the terminal is rotated.

Let's examine everything including famous buildings, the direction of the summit of the climbing mountain.

By tapping the yellow mark on the destination you can easily find out the route.

By using the history mode well, you can use it as a map memo to pre-register destinations before going out.

[Technical matter]

I calculate it independently with a double type as the Earth radius 6371.01 km.

(Location.distanceBetween is not used.)

Magnetic deflection angle refers to WMM-2010 by the National Geospatial Information Agency of the United States

The magnetic deflection angle can be set manually from the setting screen.

[Information for developers]

This application is a map application that can receive intents.

Please pass the value as follows.

--Start Dmap

PackageManager pM = activity.getPackageManager();

Intent intent = pM.getLaunchIntentForPackage("net.honeybread.compassplace");

intent.putExtra("latitudeDouble",latitude);

intent.putExtra("longitudeDouble",longitude);

intent.putExtra("nameString",name); //Name of building or place

intent.putExtra("typeInt",type); // googlePlaceAPI's place.types (int)

intent.putExtra("addressString",address); //Address of building or place

activity.startActivity(intent);

--Processing when package is not installed

Intent intent = new Intent(Intent.ACTION_VIEW);

intent.setData(Uri.parse("market://details?id=net.honeybread.compassplace"));

activity.startActivity(intent);

What's New in the Latest Version 1.20a

Last updated on Apr 12, 2018

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request Dmap - Destination notes, direction and distance Update 1.20a

Requires Android

4.4 and up

Show More

Dmap - Destination notes, direction and distance Screenshots

Comment Loading...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.