Hi Team,
Has anyone encountered this - where Map is not displaying all the pins even though all addresses are valid?
Appreciate all the help I can get from this awesome community.
Thanks,
Joey
Hi Team,
Has anyone encountered this - where Map is not displaying all the pins even though all addresses are valid?
Appreciate all the help I can get from this awesome community.
Thanks,
Joey
How many addresses are you having here?
I have 6 different address already but they are not showing up as a pin. Is this a known bug / issue of our map?
I prefer using coordinates instead of addresses, as addresses are generally inaccurate in my country. I’m not sure if this is the issue you’re facing.
how do you get the coordinate?
Are you asking about obtaining coordinates through geocoding from an existing address, aside from using a location component?
You mentioned you prefer using coordinates instead of addresses, I was asking how do you get the coordinates is it using the google maps integration?
As I mentioned, in my country, using addresses is often inaccurate. That’s why I never ask users to input an address, but instead, I use coordinates with a location component. You can also manually get coordinates from Google Maps to input. Afterward, I perform reverse geocoding to obtain the address using the Google Maps API.
You can do the reverse process, called geocoding, to get coordinates from an address. However, you may get alternative coordinates (array) due to the ambiguity of the inputted address.
Aside from the Google Maps API, you can also use the Geoapify API, but the results may vary in terms of the generated address. That’s why the best standard to use is coordinates, not addresses.
If you already have the API, you can use fetch JSON from the API URL directly, and you don’t necessarily need to go through Glide’s integration.