CCP
CCP

Reputation: 1236

Flutter || Alternative package for google maps

i want to use map but not google maps to get my location coordinate and take the data to use it for some purpose, is there any package that are same as google maps ? for some reason i cannot use google maps bcs it's not my self project

Upvotes: 0

Views: 4277

Answers (1)

erikonrombosman
erikonrombosman

Reputation: 31

Maybe you can use this package https://pub.dev/packages/flutter_map if you want to show a map. But if you only need to know the device coordinate, I recommend using this library https://pub.dev/packages/geolocator

Upvotes: 1

Related Questions