neerajsubramanian / Maps4You

Convert Google Maps Links to Waze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maps4You

iTunes App Store

Table of Contents

About

Maps4You is a simple Google Maps to Waze/Apple Maps link converter developed in response to users to who prefer to use Waze, but recieve location links in more commonly used apps.

Since August 2022, It has been published on the app store.

The app is developed fully with Flutter(Dart), with the help of some external libraries, and uses Google's Geocoding API.

Share from Google Maps

Usage

There are two ways to use the app:

  1. Share a link from Google Maps directly: This is demonstrated in the gif above. For any location, hit the share button and select Maps4You, and you will get a pop-up box asking where you'd like to open that location.

  2. Share a link manually: Utilize the text bar under Manual Activity in the app to paste in a Google Maps link. This will also provide you with the same pop-up box asking where you would like to open that location.

File Description and Dependencies

  • Most of the code is written in Dart and a bit of Swift (to enable sharing a location from Google Maps directly to the app) .
File Name Description
main.dart Initializes app and calls main_screen.dart
main_screen.dart Creates home screen and displays pop-up to open in Waze/Apple Maps once a link has been shared.

External Libraries:
1. external_app_launcher
2. bulleted_list
3. mailto
4. receive_sharing_intent
5. url_launcher_string
6. conv_link.dart
conv_link.dart Makes an API call to get the geocode from the shared link and generates a Waze/Apple Maps link with the geocode and returns it to main_screen.dart

Dependencies:
1. Geocoding API
2. google_geocoding

About

Convert Google Maps Links to Waze


Languages

Language:C++ 31.3%Language:CMake 26.7%Language:Dart 20.2%Language:Swift 12.6%Language:Ruby 4.1%Language:HTML 2.7%Language:C 2.1%Language:Kotlin 0.2%Language:Objective-C 0.1%