I ask this because the interactive SDK sample for these two features appear to do the exact same thing with same behavior as well.

anyone know?

http://www.microsoft.com/maps/isdk/silverlight/default.htm#MapControlInteractiveSdk.Tutorials.Services.Geocode

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Even though at first they look like the same thing, there is some difference between how both services are implementer. Technically Geoocode tries to match the search string in the addresses database.But the search feature is more comprehensive. The search feature is more managed and is a super set of geocode. For example in search feature if you try typing 'pizza' it shows restaurants serving pizza. but if you try typing pizza in geocode example it takes some where in russia where address sounds like pizza!

Hope that helps you in grasping the subtle difference. Let me know if you need more clear explaination.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.