Dmap - Destination notes, direction and distance
Indicates the direction of the searched destination. A map like a compass needle
App info
Advertisement
App description
Android App Analysis and Review: Dmap - Destination notes, direction and distance, Developed by HoneyBread. Listed in Maps & navigation Category. Current Version Is 1.20a, Updated On 12/04/2018 . According to users reviews on Google Play: Dmap - Destination notes, direction and distance. Achieved Over 964 Installs. Dmap - Destination notes, direction and distance Currently Has 1 Reviews, Average Rating 5.0 Stars
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);
We are currently offering version 1.20a. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.
What's New
Released
