osmdroid_geopoint

  1. R

    Android Question Floating point problem with OSMDroid_GeoPoint

    Using OSMDroid 4.1. It looks OSMDroid_GeoPoint latitude and longitude doesn't have the same floating point precision as B4A's Double or SQLite's Real and that can cause problems if you are not aware of it. This code demonstrates the problem: Sub TestFloatingPoint Dim strSQL As String Dim...
Top