Skip to content

Commit c5864c4

Browse files
committed
Fix code
1 parent 0524fcb commit c5864c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Samples/Services Module/Methods for geocoding multiple addresses/Methods for geocoding multiple addresses.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@
145145
//Add a layer for rendering data.
146146
map.layers.add(new atlas.layer.BubbleLayer(datasource));
147147
});
148+
149+
//Create an instance of the SearchURL client.
150+
searchURL = new atlas.service.SearchURL(pipeline, atlas.getDomain());
148151
}
149152

150153
var searchMethod;

0 commit comments

Comments
 (0)