Streets intersection finder

11979
3
01-10-2015 11:28 AM
RichardMoussopo
Frequent Contributor

is there a streets intersection finder (geocoder) as in google map in the 3.12 API?

I am looking for something similar as on google map where the user types in two streets names and locate the intersection point:

ex: n high st and hudson st,

streets intersection.PNG

0 Kudos
3 Replies
Venkata_RaoTammineni
Regular Contributor

See this Locator | API Reference | ArcGIS API for JavaScript .

The list of fields included in the returned result set. This list is a comma delimited list of field names. If you specify the shape field in the list of return fields, it is ignored. For non-intersection addresses you can specify the candidate fields as defined in the geocode service. For intersection addresses you can specify the intersection candidate fields.

0 Kudos
TimWitt2
MVP Alum

It's better to post the AMD link

Locator | API Reference | ArcGIS API for JavaScript

0 Kudos
JeffJacobson
Frequent Contributor

The Geocoder dijit will do this. You separate the street names with an ampersand (&) character.

0 Kudos