Top

Documentation

Taxido is a unique and innovative app and website that brings a range of professional taxi services to your doorstep. Whether you need a quick ride, a rental, or intercity travel, Taxido offers reliable, convenient, and efficient solutions. Taxido - your all-in-one taxi service!

Google Map Setup & Get Generated Key :


NOTE :
Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.

NOTE :
Before enabling the Google Maps API or JavaScript API, ensure that you have an active billing account.

  1. Go to >Google Maps Platform and create a new project if needed.
  2. If a project exists, select it.
  3. In the top menu, click on + CREATE CREDENTIALS
  4. Select the API Key option.
  5. Copy the generated API Key.
  6. Navigate to the `AndroidManifest.xml` file in your User App and Driver App under `android -> app -> src -> main`. Insert your key in this file.
  7. Open the App.tsx file in your User App and insert your Google Maps API key.
    Google Maps API Key Example
  8. Open the src/utils/context/index.tsx file in your Driver App and insert your Google Maps API key.
    Google Maps API Key Example

=> How to Retrieve and Configure the Search Location in the App

  1. First, navigate to the Google Cloud Console, select your project, and open APIs & Services.
  2. Alternatively, you can visit the Google API Library, choose your project, and select the Places and Route API.
  3. Enable the Geocoding API and Places APL ensure you have a billing account set up for Geocoding and Places.
  4. Once the Places API is enabled, access the ADMIN PANEL (Laravel). From the left-side menu, go to Settings.
    In setting page there are multile option listed, in that click on Firebase
  5. On the Settings page, locate and click on Firebase. Enter your Google Map API Key in the appropriate field and hit the Save button.