@fabrix/generics-google-maps
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

generics-google-maps

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Generic Geolocation Provider for google-maps supplied by Spool-Generics.

Looking for Generics?

Install

$ npm install --save @fabrix/generics-google-maps

Configure

// config/generics.ts
import { GoogleMapsGeneric } from '@fabrix/generics-google-maps'
export const generics = {
  // make the key googleMaps, alternatively make the key geolocation_provider to be the default geolocation provider 
  googleMaps: {
    adapter: GoogleMapsGeneric,
    config: {
        key: '<your api key>'
    }
  }
}

Package Sidebar

Install

npm i @fabrix/generics-google-maps

Homepage

fabrix.app

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

8.44 kB

Total Files

11

Last publish

Collaborators

  • scottbwyatt