Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages