Searched refs:START_LATITUDE (Results 1 – 4 of 4) sorted by relevance
67 const std::string START_LATITUDE = "startLatitude"; variable
326 if (locationMap.count(DIAMETER) == 1 && locationMap.count(START_LATITUDE) == 1 in GetLocationPredicate()329 string latitudeIndex = "round((latitude - " + locationMap.at(START_LATITUDE) + ") / " + in GetLocationPredicate()
507 { START_LATITUDE, { LATITUDE, DataShare::GREATER_THAN_OR_EQUAL_TO } },
413 if (locationMap.count(DIAMETER) == 1 && locationMap.count(START_LATITUDE) == 1 in GetLocationPredicate()416 string latitudeIndex = "round((latitude - " + locationMap.at(START_LATITUDE) + ") / " + in GetLocationPredicate()