Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cherifgsoul/can-places-autocomplete

CanJS/DoneJS plugin for google maps places autcomplete custom user interfaces
https://github.com/cherifgsoul/can-places-autocomplete

canjs donejs geolocation-api google google-maps-api google-places-api ui

Last synced: about 2 months ago
JSON representation

CanJS/DoneJS plugin for google maps places autcomplete custom user interfaces

Awesome Lists containing this project

README

        

# can-places-autocomplete

[![Build Status](https://travis-ci.org/cherifGsoul/can-places-autocomplete.svg?branch=master)](https://travis-ci.org/cherifGsoul/can-places-autocomplete)

CanJS/DoneJS plugin for google maps places autcomplete custom user interfaces

## Usage

### ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

```js
import plugin from 'can-places-autocomplete';
```

### CommonJS use

Use `require` to load `can-places-autocomplete` and everything else
needed to create a template that uses `can-places-autocomplete`:

```js
var plugin = require("can-places-autocomplete");
```

### Standalone use

Load the `global` version of the plugin:

```html

```