Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 947 Bytes

File metadata and controls

26 lines (16 loc) · 947 Bytes

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.

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.