🥞
FoodZone
  • Multivendor/Stores App Setup in Flutter
  • Inside Packages
  • Application Installation
  • Admin Panel Installations
  • Restaurant owner Application
  • Driver Application
  • Google Map API and Google Place Picker API Setup
  • Firebase Push notification Configurations
  • Payment GateWay Integrations
  • Add proguard-rules.pro file for live Payment Key
  • Change Theme Color and Logo
  • Change Application Font
  • Change Application Name
  • Change Application Icon
  • Required things of admin panel and application
  • Billing & Invoice Functionality
  • How to Resolve Android Stripe Error?
  • Localization/Language Modification
  • How to add or delete the google Admob
  • Important links
  • Acknowledgment
Powered by GitBook
On this page
  • 1) Go to the Google Maps portal and register with a new project.
  • 2) Copy google map key first and pest it on Android and IOS project.
  • 3) Enable Google Place API KEY
  • 4) Add Billing Address on Google Map Console
  • Check The video: how to get google map and google place keys from the GoogleMap console.

Was this helpful?

Google Map API and Google Place Picker API Setup

This page will guide you how to set up the google map api and google place api for project.

PreviousDriver ApplicationNextFirebase Push notification Configurations

Last updated 4 years ago

Was this helpful?

1) Go to the Google Maps portal and register with a new project.

  • Follow all the steps and add your all billing details there.

  • Make sure the google map portal is paid for your google place API.

  • After adding billing details get google map keys and Google Place API keys for your project.

  • Make sure to enable both the key otherwise it will not work.

2) Copy google map key first and pest it on Android and IOS project.

  • Open the Android manifest file and add it to there.

  • For IOS open ios folder inside runner, folder add a key on swift file.

3) Enable Google Place API KEY

  • In "FoodZone" application we have used google place api for search the current place on which you want to fine the stores or restaurants.

  • Also we have used it for adding new customer address through the place api.

4) Add Billing Address on Google Map Console

Without adding billing details on google map console you won't be able to use the google map key on admin panel. You won't be able to add store address. Also, you won't be able to use the place picker and google direction API on mobile application.

You just need to go on the google map console. Select the project which you created there and add your billing address.

* Add Billing Address on Google Map Console

  • Add place picker api to your dart project.

  • For using place picker in your application you need to add place picker api on your flutter dart project.

  • Open your project on IDE and go to lib -> helper -> constant.dart -> KEYS

  • Now clean and build your project using flutter clean and flutter doctor command after saving it.

  • Run your project on iPhone or Android platform.

Check The video: how to get google map and google place keys from the GoogleMap console.

->

Android Google Map SDK
iOS GoogleMap SDK
Google Place Picker API
Click Here
GoogleMap Console
GoogleMap Console Dashboad
Enable Android Google Map SDK
Enable iOS Google Map SDK
Copy google map and google place picker key for ios and android
Add Google Map key on Android manifest file
Add GoogleMap key for ios
Enable all google map api key.
Add Billing Address to Google Map Console
Google Place Picker which we used two place
Add Place Picker API to DART Project
run your project or hit fn + F5
How to run project