Searched refs:GPS_LONG_REF_WEST (Results 1 – 1 of 1) sorted by relevance
276 String longRef = longitude >= 0 ? GPS_LONG_REF_EAST : GPS_LONG_REF_WEST; in setLocation()471 private static final String GPS_LONG_REF_WEST = "W"; field in DngCreator