map
map copied to clipboard
ngui-map, error finding the location from 28.577282, 77.3264023
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?
i have same issue
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