knockout.pinpoint

3.0.0 • Public • Published

Knockout Pinpoint

Knockout component to get coordinates/address based on map location

Installation

npm install knockout.pinpoint --save

Usage

require the script and use it as a binding handler:

<span data-bind="pinpoint: coordinates"></span>

where coordinates is an observable you want two-way bound to the component. the coordinates should be a google.maps.LatLng object

if you want to pass in empty coordinates, and let the pinpoint component figure out the coordinates based on an address, you can pass an additional binding handler (address) that the component will use to geocode the initial coordinates:

<span data-bind="pinpoint: coordinates, address: address"></span>

Dependencies (2)

Dev Dependencies (3)

Package Sidebar

Install

npm i knockout.pinpoint

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • chadly
  • mdarens
  • tullo_x86