HomeSort by relevance Sort by last modified time
    Searched full:locationnode (Results 1 - 2 of 2) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 134 * @param locationNode the {@link LocationPoint} to receive the location data.
137 private void parseLocation(LocationPoint locationNode, String location) {
144 locationNode.setLocation(longitude, latitude);
148 locationNode.setElevation(Double.parseDouble(m.group(3)));
GpxParser.java 231 * @param locationNode the {@link LocationPoint} to receive the location data.
234 private void handleLocation(LocationPoint locationNode, Attributes attributes) {
239 locationNode.setLocation(longitude, latitude);

Completed in 35 milliseconds