Android Question google maps simple way?

jchal

Active Member
Licensed User
Longtime User
hi all is it a simple way to display longtitute and latitute with markers in google maps from database?
eg today i have recorded 10 points in my database how do i displaythem on my app using google maps and markers?
i dont wish to use google api due to its limitations
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

eurojam

Well-Known Member
Licensed User
Longtime User
i dont wish to use google api due to its limitations
what limitations? like @DonManfred said, this should be the correct way for android with a lot of possibilities. you can also use a webview and google map:
B4X:
url = "http://maps.google.com/maps?&z=15&mrt=yp&t=k&q=27.9879012+86.9253141"
WebView1.LoadUrl(url)
where you have to put your coordinates as variables into the url-string
more about the parameters you will find here:
https://moz.com/ugc/everything-you-never-wanted-to-know-about-google-maps-parameters
 
Upvote 0

jchal

Active Member
Licensed User
Longtime User
It happened to lead that if I use the Google keys and the Google happy after some time we have to pay for the license is this the case ?
 
Upvote 0
Top