Skip to content

Commit

Permalink
Merge pull request #2 from eballo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Enric Ballo authored Nov 30, 2016
2 parents 7d6fc38 + a2203e3 commit ad50ea6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries

example:
```
//load the configuration of the map
var options = catmap.MAP_OPTIONS;
//get the gMap element
var element = document.getElementById('gMap');
//create the map
var map = catmap.create(element, options);
var map = catmap.create('gMap', catmap.MAP_OPTIONS);
map.addMarker({
lat: 42.307682,
Expand All @@ -62,4 +56,5 @@ V2.0

V3.0
- Add Remove/Add button by type of building + unique infoWindow
- Change icon to a different one when is disabled (removed)
- Change icon when removed
- Full screen option

0 comments on commit ad50ea6

Please sign in to comment.