Skip to content

heathscliff334/flutter_geolocation_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_testing

This project is the geolocation and google map integration

Dependencies

  • geolocator
  • google_maps_flutter

Setting Up Geolocation Permissions

Add a permissions to use geolocation

    For Android android/app/src/main/AndroidManifest.xml
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
    iOS -

Setting Up API Key for Google Map Integration

Get your API key on Here (Click here to read the complete tutorial and documentation)

    For Android android/app/src/main/AndroidManifest.xml
    iOS ios/runner/AppDelegate.swift
change:
YOUR API KEY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published