I’m trying to replicate the get location above - I can get the clones working fine, but when I try and write my own simple version of the where am I it just doesn’t do anything - I’ve added the dependency on the geolocator, added the custom component to my where am I form, and I get a map but no location. Anyone have any thoughts on what I’m missing?
OK, I’ve added the component and hooked it up. Inevitably it’s not working. Error below:
TypeError: geolocator_1_update_location() missing 2 required arguments: ‘lat’, ‘lng’. Did you initialise all data binding sources before initialising this component?
at
Form1, line 16.
Order of the code is the same in mine as per the example, I’ve checked for data bindings in the components on the form and can’t see any, so clearly I’m missing something on this.