Searched refs:DISTANCE_M_POSTFIX (Results 1 – 1 of 1) sorted by relevance
57 private static final String DISTANCE_M_POSTFIX = "m"; field in Utils87 return numberFormat.format(distance) + DISTANCE_M_POSTFIX; in formatDistanceBetween()