Avoid Crime

iOS navigation app helping you avoid the route there are more criminal activities through the graphical information on the map.

3
2
Swift

Avoid Crime SF

Avoid Crime SF

Map app to avoid crime

Installation

1. Clone and install Pods
git clone https://github.com/kenzan8000/Avoid-Crime.git
cd Avoid-Crime
pod install
2. Register Google Developer Console

https://console.developers.google.com/

  • Request credential

  • browser key

  • ios key

  • Enable APIs

  • Directions API

  • Distance Matrix API

  • Elevation API

  • Geocoding API

  • Google Maps Engine API

  • Google Maps SDK for iOS

  • Google Places API for iOS

  • Google Places API Web Service

  • Time Zone API

  • Check your api keys

  • browser key

  • iOS key

3. Add /Destination Alarm/Classes/DAConstant-Private.swift
/// Google Map API key
let kDAGoogleMapAPIKey =                 "YOUR_GOOGLE_MAP_IOS_APP_API_KEY"
let kDAGoogleMapBrowserAPIKey =          "YOUR_GOOGLE_MAP_BROWSER_APP_API_KEY"