Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marker Limit? - Error finding location for ... #281

Open
Zophiel opened this issue Jul 25, 2018 · 3 comments
Open

Marker Limit? - Error finding location for ... #281

Zophiel opened this issue Jul 25, 2018 · 3 comments

Comments

@Zophiel
Copy link

Zophiel commented Jul 25, 2018

I have a list of locations that I want to make markers for. My test data is 16 identical GPS locations.
Now i'm getting 5 Error finding location for ... of the 16 markers.

Is there a limit on markers or a limit on identical markers?

Steps to reproduce and a minimal demo

Loop through a list of identical data, generate markers in html

<marker *ngFor="let coordinate of coordinates" [position]="coordinate"></marker>

Current behavior

throws errors after the 11th marker made.

Expected/desired behavior

no errors :P

@aloketewary
Copy link

can you make a stackblitz repo for this issue.

@allenhwkim
Copy link
Contributor

allenhwkim commented Aug 29, 2018

FYI, Google maps api does not allow consecutive number of geo lookup call.
Thus, provide exact lat/lng instead of address for position.

@ranouf
Copy link

ranouf commented Feb 5, 2019

Hi,

Even with providing exact lat/lng, I m able to display around 10 markers, then I get the errors.
I need to display around 400 markers.

Did you find a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants