Street and Road names in Google Map -


i retrieve road , street names, if enters area in search box. possible in google api ?

i have checked list of street , road names in google in api solution, there been given auto complete box , request not requirement.

also learnt open street maps provide these data, unfortunately perform operations based upon google api's. can suggest me way, otherthan osm.

google maps api not provide such functionality. however, there google maps roads api 1 of premium paid apis lets query nearest road names , other road metadata. can check out here:

https://developers.google.com/maps/documentation/roads/intro

you can try overpass-turbo (https://overpass-turbo.eu/) lets query osm data. can set bounds , osm tags interested in.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -