0.1.0 • Published 5 years ago

@talixo/maps v0.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

Talixo map

UI Component which represents map

How to install

Package is available as @talixo/map in NPM registry, so you can use it in your project using npm install @talixo/map --save or yarn add @talixo/map.

Requirements

Your package should additionally have some extra dependencies:

  • @talixo/shared: ^0.1.0
  • lodash: ^4.17.10
  • prop-types: ^15.6.1
  • react: ^16.2.0
  • react-google-maps: 9.4.5
  • recompose: 0.26.0

These packages are required by @talixo/map, but you have to install them manually, to avoid having different versions of these in your application.

Supported props

Maps

Property nameTypeRequiredDefaultDescription
classNamestringnon/aadditional class name passed to wrapper
apiKeystringyesn/ayour Api Key from GoogleMaps
zoomnumberno6zoom
centerLocationnon/acentered position
interactivebooleannotrueenable to move and zoom map

Directions

Property nameTypeRequiredDefaultDescription
startPointLocationyesn/astart point of directions
endPointLocationyesn/aend point of directions
viaLocationLocation[]non/aeither single waypoint or list of waypoints
onLoadfunctionnon/ahandler after successfully loaded directions
onErrorfunctionnon/ahandler after error while loading new directions

Marker

Property nameTypeRequiredDefaultDescription
positionLocationyesn/astart point of directions
infonodesnon/ainfo window content
openbooleannois controlledshould the info window be opened?
onClickfunctionnon/ahandler on click on marker
onClosefunctionnon/ahandler on click on close button in info window

Property shapes

Location

Property nameTypeRequiredDefaultDescription
latnumberyesn/ageo-point latitude
lngnumberyesn/ageo-point longitude

Changelog

  • 0.1.0 - initial version
1.0.0-alpha.35

5 years ago

1.0.0-alpha.31

6 years ago

1.0.0-alpha.30

6 years ago

1.0.0-alpha.27

6 years ago

1.0.0-alpha.24

6 years ago

1.0.0-alpha.20

6 years ago

1.0.0-alpha.19

6 years ago

1.0.0-alpha.16

6 years ago

1.0.0-alpha.15

6 years ago

1.0.0-alpha.14

6 years ago

1.0.0-alpha.13

6 years ago

1.0.0-alpha.12

6 years ago

1.0.0-alpha.7

6 years ago

1.0.0-alpha.6

6 years ago

1.0.0-alpha.5

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.2

6 years ago

0.1.0

6 years ago