diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
commit | 54b6cfa9a9e5b861a9930af873580d6dc20f773c (patch) | |
tree | 35051494d2af230dce54d6b31c6af8fc24091316 /location/data/kml | |
download | frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.zip frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.gz frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.bz2 |
Initial Contribution
Diffstat (limited to 'location/data/kml')
-rw-r--r-- | location/data/kml/kml | 2 | ||||
-rw-r--r-- | location/data/kml/properties | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/location/data/kml/kml b/location/data/kml/kml new file mode 100644 index 0000000..e1d98b8 --- /dev/null +++ b/location/data/kml/kml @@ -0,0 +1,2 @@ +<coordinates>003405.000,3725.3433,12205.7921 003405.000,3725.3433,12205.7921</coordinates> +<coordinates>003405.000,3725.3433,12205.7921 003405.000,3725.3433,12205.7921</coordinates> diff --git a/location/data/kml/properties b/location/data/kml/properties new file mode 100644 index 0000000..42d319f --- /dev/null +++ b/location/data/kml/properties @@ -0,0 +1,11 @@ +requiresNetwork false +requiresSatellite false +requiresCell true +hasMonetaryCost false +supportsAltitude true +supportsBearing false +supportsSpeed true +repeat true +accuracy 2 +powerRequirement 2 +trackSpeed 100 |