I am trying to understand how to download offline maps from osm. Eg jamaica.osm and use in skobbler for android. But so for i am confused. The only they provided was this,
public void downloadMapsXMLForVersion(int version) {
String url = SKPackageManager.getInstance().getMapsXMLPathForVersion(version);
// … Download the xml from the URL … //
// … When download is finished call [downloadPackages] … //
}
I really don't understand.
All i simply want is to download an osm map file and load it into map view.
Thank You!