OsmAnd
|
Static Public Member Functions | |
static double | calculateRoundedDist (double distInMeters, Context ctx) |
static String | getFormattedDistance (float meters, Context ctx) |
static String | getFormattedAlt (double alt, Context ctx) |
static String | getFormattedSpeed (float metersperseconds, Context ctx) |
static String | toPublicString (CityType t, Context ctx) |
static String | toPublicString (AmenityType t, Context ctx) |
static String | getPoiSimpleFormat (Amenity amenity, Context ctx, boolean en) |
static String | getPoiStringWithoutType (Amenity amenity, boolean en) |
static double net.osmand.OsmAndFormatter.calculateRoundedDist | ( | double | distInMeters, |
Context | ctx | ||
) | [static] |
static String net.osmand.OsmAndFormatter.getFormattedAlt | ( | double | alt, |
Context | ctx | ||
) | [static] |
static String net.osmand.OsmAndFormatter.getFormattedDistance | ( | float | meters, |
Context | ctx | ||
) | [static] |
static String net.osmand.OsmAndFormatter.getFormattedSpeed | ( | float | metersperseconds, |
Context | ctx | ||
) | [static] |
static String net.osmand.OsmAndFormatter.getPoiSimpleFormat | ( | Amenity | amenity, |
Context | ctx, | ||
boolean | en | ||
) | [static] |
static String net.osmand.OsmAndFormatter.getPoiStringWithoutType | ( | Amenity | amenity, |
boolean | en | ||
) | [static] |
static String net.osmand.OsmAndFormatter.toPublicString | ( | CityType | t, |
Context | ctx | ||
) | [static] |
static String net.osmand.OsmAndFormatter.toPublicString | ( | AmenityType | t, |
Context | ctx | ||
) | [static] |