Skip to content

ruckus/elevation-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevation iOS app

Simple, proof-of-concept iOS app written in RubyMotion which shows the users current location on a map and their elevation (from sea-level).

Additionally on the 2nd tab a user can choose arbitrary points and display the gain/loss between those two points.

Search is performed against the Google Places API.

Configuration

Specify your Google API key in config/google_config.rb, specifically both the PLACES_API_KEY and ELEVATION_API_KEY - which is likely the same key.

Screenshots

a b

Requirements

  • RubyMotion

Installation

$ gem install bundler
$ bundle install
$ rake pod:install
$ rake

About

iOS app to show users current location on map with elevation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages