Dmap - Destination notes, direction and distance Apk

Dmap - Destination notes, direction and distance Apk

Latest version 1.20a
12 Apr 2018

Older Versions

Apk Infos

Version1.20a
Rating5.0/5, based on 1 votes
Size‎8.9 MB
Requires AndroidAndroid 4.4+ (KitKat)
Author's NotesIndicates the direction of the searched destination. A map like a compass needle

About Dmap - Destination notes, direction and distance APK

Dmap - Destination notes, direction and distance APK Download for Android
Dmap - Destination notes, direction and distance APK Download for Android

Description

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);

Latest updates

What's new in version 1.20a

Released

How to install Dmap - Destination notes, direction and distance APK on Android phone or tablet?

Download Dmap - Destination notes, direction and distance APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (net.honeybread.compassplace-v1.20a-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.20a (15)8.9 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required