Using OSMDroid (3.0.8), I want to get the coordinates of the four map corners. Unfortunately, the bounding box only gives the center of the map. Can anyone tell me why?
My Project is attached and I am using B4A 3.80.
The log (from lines 65 & 66) shows:
LogCat connected to: emulator-5554
** Activity (main) Create, isFirst = true **
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
** Activity (main) Resume **
Many thanks.
Edit: Forgot to say, if I zoom in once then all is okay. Log shows:
** Activity (main) Create, isFirst = true **
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
** Activity (main) Resume **
Click
47.366152,15.090322
(BoundingBoxE6) N:47386495; E:15118560; S:47366269; W:15063629
My Project is attached and I am using B4A 3.80.
The log (from lines 65 & 66) shows:
LogCat connected to: emulator-5554
** Activity (main) Create, isFirst = true **
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
** Activity (main) Resume **
Many thanks.
Edit: Forgot to say, if I zoom in once then all is okay. Log shows:
** Activity (main) Create, isFirst = true **
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
(BoundingBoxE6) N:47376383; E:15091094; S:47376383; W:15091094
** Activity (main) Resume **
Click
47.366152,15.090322
(BoundingBoxE6) N:47386495; E:15118560; S:47366269; W:15063629
Attachments
Last edited: