An open API service indexing awesome lists of open source software.

https://github.com/fraigo/ios-googlemaps-ev-charge

Electric Vehicle Charger Location Viewer
https://github.com/fraigo/ios-googlemaps-ev-charge

google google-maps-api location maps places

Last synced: 11 months ago
JSON representation

Electric Vehicle Charger Location Viewer

Awesome Lists containing this project

README

          

# ios-googlemaps-view
Electric Vehicle Charger Location Viewer using Google Maps

## Features

* Full screen Google Maps view
* Detects current location
* Detects current place
* Controls: Zoom In / Zoom out / Current location
* Shows markers for nearer EV charge stations
* Gets location info
* Link to Map navigation
* Link to website

## Components used

* Google Maps SDK for iOS (https://developers.google.com/maps/documentation/ios-sdk/current-place-tutorial)
* Google Maps View (`GMSMapView`)
* Google Maps Marker (`GMSMarker`)
* Google Places Client (`GMSPlacesClient`)
* iOS Location API (`CLLocationManager`, `CLLocation`)

## Screenshots

![](screenshots/ev-charge-map.png)
![](screenshots/ev-charge-info.png)

## Usage

* Download or clone the project
* Install cocoa pods if not installed (See https://cocoapods.org/)
* `sudo gem install cocoapods`
* Execute in a command line
* `pod install`
* Open the application project from the `.xcworkspace` file
* `open ios-googlemaps-view.xcworkspace`