NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

0
1

I'am planing to create an offline android application , i'am wondring how to get data from the openstreetmap database also how to show the map on the smartphone . any links for android api will help .

asked 05 Sep '14, 19:42

abogaseem's gravatar image

abogaseem
25335
accept rate: 0%

edited 05 Sep '14, 19:43

Here are a bunch of previous similar questions - some of the answers might be relevant.

As ever the best way to solve the problem depends on what you want to do (Vector or Raster? Based on pre-rendered tiles or drawn on the fly? With overlaid points of interest or not?). Without more information about that it's difficult to give a more specific answer.

(05 Sep '14, 22:17) SomeoneElse ♦

Two nearly identical questions from you: https://help.openstreetmap.org/questions/36638/how-do-i-create-my-region-database-by-mean-of-osm-for-my-android-application

The way that you can get your own OSM data into the OsmAnd app is to download the extract file for your region from http://download.geofabrik.de These files are generated daily from the OSM database.

Then convert/process the data as your app needs to work well. OsmAnd uses a program they created called OsmAndMapCreator which you can download from their home page at http://osmand.net

For you own app you'll have to decide what data from OSM you want and what schema your on phone database will use and then create that from the extract file for your region(s) of interest.

permanent link

answered 05 Sep '14, 20:48

n76's gravatar image

n76
10.8k1082172
accept rate: 17%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×710
×181
×47

question asked: 05 Sep '14, 19:42

question was seen: 5,670 times

last updated: 05 Sep '14, 22:18

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum