My app uses the google map component to display current location. The geolocation service is invoked when the page loads and the map displays the current location marker correctly. When the refresh button is selected, the geolocation service is invoked again. This time, however, the marker appears for a fraction of a second then disappears. The error console displays the following message:
[Error] TypeError: null is not an object (evaluating 't[gF]')
jca (undefined, line 34)
(anonymous function)
instrumentedCode (target-script-min.js, line 3439)
Does anyone know what could be causing this error?