So for a free app I’m playing around with I’ve hit the address based lookup limit of 10. So I’m busily converting my 20 odd entries to coordinates based - as per here.
It’s not accurate though, all coordinates are a little off after I read them from the URL as the docs suggest and add them into my app. There is some kind of translation happening that changes the coordinate a little - rendering it inaccurate.
Here is an example / my process.
Look up ‘All Day Donuts / 12 Edward St, Brunswick VIC 3056’
Go to the second tab (Eating & Drinking) and All Day Donuts should be up the top, I’ve used the
coordinates field for a basic text field and map directly below it. I can see the visual map representation is incorrect and when you click through it is incorrect too.
It’s nearly 1am here so I’m probably missing something supremely obvious… appreciate any thoughts.
When I look up that location manually and then share a link to it (done through Google Maps on my phone), the url that gets shared gives me the following coordinates:
As a note it seems that I’m still running into the map limit reached notes on my free apps (not the one in the example above as I’ve gone Pro there) using coordinates instead address lookups.
As a workaround I’ve gone columns view (not bad) for my respective tabs, just means the map rendering isn’t being done until someone clicks into a specific property. Not the end of the world.
Still if the Maps list / view option using coordinates instead of addresses (to avoid lookup quotas etc) was a doable that’d be great.
I ran into the limit in one of my apps. I switch to coordinates, but I still had the warning message. If I recall, I just had to refresh the page or the component or something like that. Once I did that, the warning message went away and I could have more than 10 points using coordinates.