Tubles: Applications to provide any tubles in in google maps

  Location, Maps

Tubles

Tubles is a simple applications to provide any tubles place in google maps and we as the user can navigate into the selected tubles location.

Features

  • Display Tubles Location
  • Custom Beauty Marker
  • Navigation Mode & Normal Mode
  • Direction Route to Tubles
  • Distance Calculations
  • Location Subscribtion Listener
  • Custom Map Style Terrain

Installing

Billing

You must enable some API in google cloud to use this features

  • Google Maps for Android/iOS
  • Place API
  • Direction API

Setup

Please fill API KEY with your Google Cloud APIKEY

  1. android/app/src/main/AndroidManifest.xml
<meta-data android:name="com.google.android.geo.API_KEY"
            android:value="<YOUR API KEY>"/>
  1. ios/Runner/AppDelegate.swift
GMSServices.provideAPIKey("YOUR API KEY")
  1. lib/core/viewmodels/maps_provider.dart
  String _googleAPIKey = "<YOUR API KEY>";
  String get apiKey => _googleAPIKey;

CHANGELOG

v1.0.2

  • Adding Search Tubles
  • Refactoring Code
  • Fixing Camera Zoom & Bearing

v1.0.1

  • Adding Custom Marker
  • Distance Calculations
  • Animation Item Slide

v1.0.0

  • First Release

Download Tubles Google Map source code on GitHub

https://github.com/yusriltakeuchi/Tubles