I have just doubled checked that search works normally in the latest version of AGM including when it is placed within Archetype and Nested Content. Success.
I installed LeBlender via NuGet, and that in itself didn't stop AGM functioning. Success.
I then thought about using LeBlender and then realised it has something to do with the Grid Control, which is something I don't use. I looked at the text and screenshots and have no idea what it does. Personal fail this end.
But, I do have a thought, maybe all this is a red herring and the place you are searching for has no geometry. Can you tell me the place you are searching for ?
Also, did you switch on Google Places API Web Service in the Google Console ? (This allows you to use geometry - maybe I should make this clearer in the instructions)
Otherwise, if it ain't that, you might have to wait a bit before I can investigate this issue, sorry for this.
Cannot read property "location" of undefined
Hi!
I get this error when i try search for a new place
Uncaught TypeError: Cannot read property 'location' of undefined on
In the AGM.js file...
I'm using it inside a LeBlender window
Hi Anders,
I have just doubled checked that search works normally in the latest version of AGM including when it is placed within Archetype and Nested Content. Success.
I installed LeBlender via NuGet, and that in itself didn't stop AGM functioning. Success.
I then thought about using LeBlender and then realised it has something to do with the Grid Control, which is something I don't use. I looked at the text and screenshots and have no idea what it does. Personal fail this end.
I remember that some of these packages use directives that can be used by other packages (See https://our.umbraco.org/projects/backoffice-extensions/angulargooglemaps/bugs/78902-error-no-controller-ngmodel-when-creating-a-data-type-with-v201), so I checked the directives used by LeBlender. No issues there. Though note to anyone reading this that writes packages, you may want to stop using directives, as they might clash with other packages.
But, I do have a thought, maybe all this is a red herring and the place you are searching for has no geometry. Can you tell me the place you are searching for ?
Also, did you switch on Google Places API Web Service in the Google Console ? (This allows you to use geometry - maybe I should make this clearer in the instructions)
Otherwise, if it ain't that, you might have to wait a bit before I can investigate this issue, sorry for this.
Cheers
Jonathan
Hi Anders,
Did you manage to solve this. I get the exact same error with angulargooglemaps in archetype, in leblender :)
is working on a reply...