Skip to content

quipu/AngularJS-Location-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location Services Example

Simple example AngularJS app that uses device location services and Google Places API.

  • Get current device location
  • Set a location using search

Configuration

App API key and other configuration required needs to be included in a file called constant.js

Example:

app.constant("AppConfig", {
    "MAPS_API_KEY" : "[PUT YOUR GOOGLE MAPS API KEY HERE]"
});

About

Simple example AngularJS app that uses device location services and Google Places API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published