nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit f10acf472bef5b75dd599c51c72fecbf17b539b9
parent 0e9d1d4c6a44f9972b8430ae67cf1a225f062a68
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Mon, 27 Mar 2017 01:14:45 +0300

removed file accidentally added from other branch

Diffstat:
Dsrc/lib/leaflet.control.search/index.js | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/lib/leaflet.control.search/index.js b/src/lib/leaflet.control.search/index.js @@ -1,14 +0,0 @@ -import L from 'leaflet'; -import getGoogle from 'lib/googleMapsApi'; - - -function search(google) { - const attribution = L.DomUtil.create('div', '', document.body); - const places = new google.maps.places.PlacesService(attribution); - places.textSearch({query: 'Moscow'}, (result, status) => { - console.log({result, status}); - debugger; - }) -} - -getGoogle().then(search); -\ No newline at end of file