How to customize Geocoder JavaScript API to append custom search result with better perfomance?

1813
0
11-03-2014 10:22 PM
St_ßridy
New Contributor

There is a bug in Geocoder that it does not return proper result when using Geocoder custom service. To overcome this I am using an auto complete plugin by JQuery for firing query to database and to get result from same feature class and I am appending the same to Geocoder result.

 

Actually this solution is not that efficient since the query takes approximately 7 second or higher to fetch the result from the oracle database.

 

So Is it possible to get the same result from Feature class service rather than using oracle database. If yes then can anyone suggest the code for that?

 

For more Information I am attaching my Sample Source Code which is written in jQuery/JavaScript + C# .net.

 

Please feel free to reply!

0 Kudos
0 Replies