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

getting null in "selectId(infoId).value" #1

Open
farhanali2325 opened this issue Sep 30, 2019 · 0 comments
Open

getting null in "selectId(infoId).value" #1

farhanali2325 opened this issue Sep 30, 2019 · 0 comments

Comments

@farhanali2325
Copy link

I am getting null in the following function:

Geofence.prototype.setInfo = function(polygon, infoId) { selectId(infoId).value = getCoordinatesString(polygon); }

selectId(infoId).value

gmap-v3-geofence.js:208 Uncaught TypeError: Cannot set property 'value' of null
at Geofence.setInfo (gmap-v3-geofence.js:208)
at drawPolygon (geofencing.js:27)
at geofencing.js:17

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

1 participant