Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-google-maps-geocoder

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-google-maps-geocoder

Angular typeahead google Maps Geocoder (also reverse geocoder)

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

angular-google-maps-geocoder

Angular typeahead Google Maps Geocoder

How do I add this to my project?

You can download angular-google-maps-geocoder by:

  • Using bower and running bower install angular-google-maps-geocoder
  • Using npm and running npm install angular-google-maps-geocoder
  • Downloading it manually from this repo

How to use angular-google-maps-geocoder

This module exposes a simple directive with the following attributes:

  • placeid - Will set the value of the input to the formatted address of the passed Google Maps place ID
  • output - The variable that will contain the selected value
  • min-length - Minimal number of characters before typeahead kicks-in
  • wait-ms - Minimal wait time after last character typed before typeahead kicks-in

Demo

Plnkr demo

<div
    angular-google-maps-geocoder placeid="{{ my_place_id }}"
    output="out"
    placeholder="Placeholder goes here..."
    min-length="5"
    wait-ms="500"
></div>

Keywords

FAQs

Package last updated on 14 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc