-
@Deprecated() public class LatLonGridlineOverlay
Latitude/Longitude gridline overlay
It's not perfect and has issues with osmdroid's global wrap around (where north pole turns into the south pole). There's probably room for more optimizations too, pull requests are welcome.
-
-
Field Summary
Fields Modifier and Type Field Description public static intlineColorpublic static intfontColorpublic static shortfontSizeDppublic static intbackgroundColorpublic static floatlineWidthpublic static booleanDEBUGpublic static booleanDEBUG2
-
Method Summary
Modifier and Type Method Description static FolderOverlaygetLatLonGrid(Context ctx, MapView mapView)static voidsetDefaults()resets the settings -
-
Method Detail
-
getLatLonGrid
static FolderOverlay getLatLonGrid(Context ctx, MapView mapView)
-
setDefaults
static void setDefaults()
resets the settings
-
-
-
-