tenwolfgun / polymaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymaker

Polymaker is an application that can create polygon locations dynamically in mobile apps and save the data into SQFlite to be permanent.

Installing

Billing

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

  • Google Maps for Android/iOS

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")

Screenshots

  • PolyMaker

About


Languages

Language:Dart 85.5%Language:Ruby 11.5%Language:Swift 1.6%Language:Kotlin 1.4%Language:Objective-C 0.1%