Package | Description |
---|---|
org.osmdroid.contributor | |
org.osmdroid.contributor.util |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<RecordedGeoPoint> |
RouteRecorder.mRecords |
Modifier and Type | Method and Description |
---|---|
ArrayList<RecordedGeoPoint> |
RouteRecorder.getRecordedGeoPoints() |
Modifier and Type | Method and Description |
---|---|
static void |
OSMUploader.upload(String username,
String password,
String description,
String tags,
boolean addDateTags,
ArrayList<RecordedGeoPoint> recordedGeoPoints,
String pseudoFileName) |
static void |
OSMUploader.uploadAsync(ArrayList<RecordedGeoPoint> recordedGeoPoints)
Uses OSMConstants.OSM_USERNAME and OSMConstants.OSM_PASSWORD as username/password.
|
static void |
GpxToPHPUploader.uploadAsync(ArrayList<RecordedGeoPoint> recordedGeoPoints) |
static void |
OSMUploader.uploadAsync(String description,
String tags,
boolean addDateTags,
ArrayList<RecordedGeoPoint> recordedGeoPoints)
Uses OSMConstants.OSM_USERNAME and OSMConstants.OSM_PASSWORD as username/password.
|
static void |
OSMUploader.uploadAsync(String username,
String password,
String description,
String tags,
boolean addDateTags,
ArrayList<RecordedGeoPoint> recordedGeoPoints,
String pseudoFileName)
NOTE: This method is not blocking! (Code runs in thread)
|
Modifier and Type | Method and Description |
---|---|
static String |
RecordedRouteGPXFormatter.create(List<RecordedGeoPoint> someRecords)
Creates a String in the following XML format:
|
static boolean |
Util.isSufficienDataForUpload(ArrayList<RecordedGeoPoint> recordedGeoPoints) |
Copyright © 2014. All Rights Reserved.