File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ Based on [Data Layer Clusterer](https://github.com/nantunes/data-layer-clusterer
9
9
10
10
First of all, the creation of a Data Layer Cluster starts with:
11
11
12
- scope.empresaCluster = new DataLayerClusterer(options);
12
+ ``` javascript
13
+ var empresaCluster = new DataLayerClusterer (options);
14
+ ```
13
15
14
16
The options object could have the following parameters:
15
17
@@ -26,7 +28,7 @@ The options object could have the following parameters:
26
28
| zoomOnClick | Boolean | true | | false |
27
29
| averageCenter | Boolean | true | | false |
28
30
29
- - * 1 . Url http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m.png
31
+ * _ 1. Url http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m.png _
30
32
31
33
## License
32
34
You can’t perform that action at this time.
0 commit comments