We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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?
The text was updated successfully, but these errors were encountered:
i have same issue
Sorry, something went wrong.
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
No branches or pull requests
<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?
The text was updated successfully, but these errors were encountered: