Skip to content

Commit

Permalink
Update README.md, update LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Knoechel <[email protected]>
  • Loading branch information
hansemannn committed Apr 10, 2016
1 parent a714211 commit dcd150e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015 Hans Knoechel
Copyright 2015-2016 Hans Knoechel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A map view creates the view on which annotations and overlays can be added to. Y
- ``MAP_TYPE_NONE``

```javascript
var mapView = maps.createMapView({
var mapView = maps.createView({
mapType: maps.MAP_TYPE_TERRAIN,
region: { // Camera center of the map
latitude: 37.368122,
Expand Down Expand Up @@ -194,14 +194,11 @@ mapView.addCircle(circle);
#### Events
The module supports all native delegates - exposed as events. These are:

- [x] click
- [x] overlayclick
- [x] click (map, pin, infoWindow, overlay)
- [x] locationclick
- [x] longpress
- [x] markerclick
- [x] markerinfoclick
- [x] camerachange
- [x] willmove
- [x] regiondchanged
- [x] regionwillchange
- [x] idle
- [x] dragstart
- [x] dragmove
Expand Down

0 comments on commit dcd150e

Please sign in to comment.