/android-openmap-framework

This framework allows Android to access some of the OpenMap functionalities.

Primary LanguageJavaApache License 2.0Apache-2.0

android-openmap-framework

This framework allows Android to access some of the OpenMap functionalities.

Introduction

This framework is designed to let Android developers access some functionalities of OpenMap.

Support me with a donation

Donate to this project

Details

Specifically it allows Android developers to convert an Android Location to a LatLonPoint, UTMPoint, or MGRSPoint. It also ports some other common functionality that make development in multiple coordinate types easier.

Be sure to set the mapKey in res/values/strings.xml

<string name="mapKey"></string>

The source code also contains a demo to walk you through using the OpenMap utility functions.