Skip to content

Cannot get property 'coords' on null object #9

@fcavola

Description

@fcavola

Step (on grails 1.3.7):
-install the plugin
-add geolocation:resources/ in the head
-add geolocation:locateMe/ in the body
-add script on the gsp

<script> var latlng = new google.maps.LatLng(${session.position.coords.latitude},${session.position.coords.longitude}); alert(latlng) </script>

-test on Firefox 12.0 and chrome with agent for mobile

result: Error evaluating expression [session.position.coords.latitude] on line [11]: Cannot get property 'coords' on null object

Any advice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions