Hello.
I need a bit of help for what I have to do. Its important to mention I have zero experience with Google Maps API.
This has to be done in a SOAP web service. The code will be server side in VB.NET.. The code will be in a class. Its not a WinForm, its not a web page.
I have an SQL Server database with a list of around 8500 addresses. I have their latitude/longitude coordinates.
--
So someone would call the web method with 4 input parameters, representing the rectangle bounds (North, South, East, West)
Example of call could be : GetAddressListInBounds(44.599, 44.49, -78.443, -78.649)
--
This call will return a structure containing all the addresses in my database located within these bounds.
What would be the way, to do this? It has to be fast. This method could be called multiple times in short periods of time.
--
I guess I can add "Import GMap.NET", but I can't find how to do this exactly. I need a bit of help to put me on the right track.
I need a bit of help for what I have to do. Its important to mention I have zero experience with Google Maps API.
This has to be done in a SOAP web service. The code will be server side in VB.NET.. The code will be in a class. Its not a WinForm, its not a web page.
I have an SQL Server database with a list of around 8500 addresses. I have their latitude/longitude coordinates.
--
So someone would call the web method with 4 input parameters, representing the rectangle bounds (North, South, East, West)
Example of call could be : GetAddressListInBounds(44.599, 44.49, -78.443, -78.649)
--
This call will return a structure containing all the addresses in my database located within these bounds.
What would be the way, to do this? It has to be fast. This method could be called multiple times in short periods of time.
--
I guess I can add "Import GMap.NET", but I can't find how to do this exactly. I need a bit of help to put me on the right track.