SyntaxFix
Write A Post
Hire A Developer
Questions
You're probably passing null value if you're loading the coordinates dynamically, set a check before you call the map loader ie: if(mapCords){loadMap}
null
if(mapCords){loadMap}