Home
last modified time | relevance | path

Searched refs:parseCoordinates (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/location/
DKmlParser.cpp47 static bool parseCoordinates(xmlNode* current, GpsFixArray* fixes) { in parseCoordinates() function
112 if (!parseCoordinates(current->xmlChildrenNode, fixes)) { in parsePlacemark()