Where is the "googlebar" in google maps api v3

I write this in api v2:

map.enableGoogleBar();

I want to use v3, but I can not find the function enableGoogleBar,

Where is it?

+3
source share
2 answers

There is no Google Bar in the Google Maps API. You can implement the functionality manually by doing a local search using the Google AJAX Search API.

http://code.google.com/apis/ajaxsearch/local.html

+1
source

Check out http://code.google.com/p/gmaps-api-v3-googlebar It comes close to the GoogleBar search functionality in version v2, but works in v3.

This project offers several advantages over the previous offer:

LocalSearch API RESTful, v3, LocalSearch API AJAX.

SearchForm, API .

, (?) AdWords, GoogleBar.

+2

Source: https://habr.com/ru/post/1738601/


All Articles