You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Hello,
has anybody used Google Maps after 2018, looks like you need an api key to use the geocode function. Geocode doesn't seam to be updated for this?
Kenneth
Rob Paire
unread,
Mar 16, 2022, 5:55:30 PM3/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Hi Kenneth,
I used to use Google, but switched to Mapquest for this kind of thing. Below is a bit of code I hope you find useful. You still need an API key but its easy to obtain, and there is no charge for light usage.
async function mapquest(){ //This function is used to calculate Travel Time & Miles to Jobsite //https://developer.mapquest.com/forum/i-only-need-miles //There is an info.statusCode and info.messages node that will give details about any known failure.