fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

LatLng is undefined #115

Closed wanbyte closed 3 years ago

wanbyte commented 3 years ago

LatLng is undefined. Wasn't it exported from the library?

I tried this:

initialPosition: LatLng(
            currentLocationData!.latitude!,
            currentLocationData!.longitude!,
          ),

But I keep getting The method 'LatLng' isn't defined for the type '_NewLocationDetailsState'. Try correcting the name to the name of an existing method, or defining a method named 'LatLng'. Open documentation