Has anyone deployed a web solution using the WebMap control?
I’m working through the Api Key issues, and Google isn’t able to verify my domain ownership.
Not positive if this is typical, strange, trivial etc…
There are also several types of google API keys. Not all of them will work. Look for a Google map embed API key. That one works for me in 2017 R3.
I did not have to go through any sort of domain ownership verification. (I have the standard type, not the premium type since my webapp is for a limited audience. I don’t need the larger quota that the premium key offers.)
I’m using the very latest version of Xojo.
Ok, I’ll go back and see what is going on with the verification and see maybe if I’m trying to setup something I don’t need.
However it occurred to me that for what I’m doing, the google map experience may be inferior to something specific and stylized considering the function… so maybe moot… Not sure.
You need to obtain your own API key for Google Maps - here’s the lowdown on API keys…
if users can access Maps free of charge, you do not require a license from Google.
If users have to pay to use your application’s Maps feature,
[or] if your app is for private use, then the license to use costs something like $2k-4k.
What exactly are you trying to do with the Maps feature?
Maybe I can help.
You need a googlemap api key for show maps
Jun 11 2018 will be mandatory make association with your google account to a credit card and google invoice system
The quantity of recuest services of googlemap api wil be 150.000 request per day for free if you have a google acount with credit card other wise is 2.500 request per day, price here
About your request we deployed app that use googlemap api but we used just a html viewer and code
put and html viewer an load the page with the code here some sample code you can try in a button action in a web page with a htmlviewer1 control inside
Dim xMap as String
Dim Latitude as String
Dim Longitude as String