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
- Host: GitHub
- URL: https://github.com/fraigo/ios-googlemaps-ev-charge
- Owner: fraigo
- Created: 2018-11-07T00:43:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T05:10:13.000Z (over 7 years ago)
- Last Synced: 2025-02-23T06:43:30.646Z (over 1 year ago)
- Topics: google, google-maps-api, location, maps, places
- Language: Swift
- Homepage: https://fraigo.github.io/ios-googlemaps-ev-charge/
- Size: 888 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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`