/* * Copyright 2010, 2011, 2012 mapsforge.org * * This program is free software: you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ /** * The mapsforge-map library allows applications to render and display a map without Internet connection. It can * be used on all Android devices running version 1.6 or higher. An application needs to extend the * {@link org.mapsforge.android.maps.MapActivity} class in order to use a * {@link org.mapsforge.android.maps.MapView}. More than one MapView instance may be used simultaneously. * <p> * The most important classes and methods from the <a href="http://code.google.com/android/add-ons/google-apis/" * target="_top">Google APIs Add-On</a> are implemented. However, no API key is required and no abstract methods * must be overridden. * <p> * This software is a part of the <a href="http://mapsforge.org/" target="_top">mapsforge</a> project and * distributed under the <a href="http://www.gnu.org/licenses/lgpl.html" target="_top">LGPL3 license</a>. All * map data (c) <a href="http://www.openstreetmap.org/" target="_top">OpenStreetMap</a> contributors, <a * href="http://creativecommons.org/licenses/by-sa/2.0/" target="_top">CC-BY-SA license</a>. */ package org.mapsforge.android.maps;