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

ngui-map, error finding the location from 28.577282, 77.3264023 #286

Open
odineshrao opened this issue Nov 19, 2018 · 2 comments
Open

ngui-map, error finding the location from 28.577282, 77.3264023 #286

odineshrao opened this issue Nov 19, 2018 · 2 comments

Comments

@odineshrao
Copy link

odineshrao commented Nov 19, 2018


<marker position={{center}} (click)="clicked($event)">



marker is not shown, in console error- gui-map, error finding the location from 28.577282, 77.3264023
what is the problem and any solution?

@fawzywassel
Copy link

fawzywassel commented Dec 23, 2018

i have same issue

@aloketewary
Copy link

You can use the below solution it's working on my page.

mapMarkerPositions: [];
// Other parts
this.mapMarkerPositions.push([28.577282, 77.3264023]);

// And use it as 
[position]="mapMarkerPositions[0]"

Let me know if it's working or not

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

3 participants