Google Maps API Missing Locations -


we have found bit of issue google maps api, in places such chiswick missing when searching under types: ['(cities)'] options.

var options = {                                 language: 'en-gb',                                 types: ['(cities)'],                                 componentrestrictions: {country: "gb"}                             }; 

we can granular , down villages, perfect want do, such items bishop middleham appear fine, moving durham, newcastle, middlesbrough fine, seems fall short places chiswick above (which region of london).

the next region along chiswick brentford, works fine on api, acton, hanwell, , hammersmith little different appearing (london borough of hammersmith , fulham).

it seems suburbs may missing in full extent?

the way can seem chiswick appear if go down street level, don't want appear.

has else come across issue?

here's code in jsfiddle - https://jsfiddle.net/3373x9mj/

if compare features of chiswick , brentford in map maker, see chiswick has category 'sub-locality / neighborhood' while brentford has category 'city / town / village'.

my guess sub-localities filtered out once apply types: ['(cities)'] filter.

probably, data issue. can use "report problem" link let google data team know issue.

https://support.google.com/maps/answer/162873

hope helps!


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -