Step 1.

intersection in POI may cause confusing in down stream process with ESRI's cross street. 

You don't want these kind intersection be collected in POI data set. 

They have format :  street A / street B

 

Step 2.

google do have "intersection" type. 

in theory you should filter out by limit type IS NOT "intersection"

https://developers.google.com/maps/documentation/places/web-service/place-types#address-types

Step 3.

however address type is not place type, A or B, will not be list in type array, not in primary type.

type, primary type, does not list it as "intesection",  instead list it as but stop, 

Step 4.

use filter by category does not work because intersection type is not list in table A and B. 

Step 5.

alternatively work around 1). 

These POI do not have street number and street name in formated address.

you can filter out any POI does not have street number and street name, then remove them.

Step 6.

alternatively work around 2). 

They have format :  street A / street B

find POI who's name have "/"

Step 7.

Step 8.

Step 9.

Step 10.

Step 11.

Step 12.

Step 13.

Step 14.

Step 15.

Step 16.

Step 17.

Step 18.

Step 19.

Step 20.

Step 21.

Step 22.

Step 23.

Step 24.

Step 25.

Step 26.

Step 27.

Step 28.

Step 29.

by

Please log in or register to answer this question.