ThinkGeo.com    |     Documentation    |     Premium Support

How to get address to show on map accoring to some condition

 


Hi ,


 I m working on a web application where right now I m using "Map point Service" and I m looking for a better service for Maps.


In my application I need to show list of providers according to their specialty within a certain area.


Here is the process I m using with map point.


 


I fwd the address to mappoint service like this


  Dim myAddress As New net.mappoint.service.Address


  myAddress.AddressLine = Address


  myAddress.PrimaryCity = City


  myAddress.SecondaryCity = ""


  myAddress.Subdivision = State


  myAddress.PostalCode = ZipCode


  myAddress.CountryRegion = "USA"


 


and also send Radius and speciality(speciality is a category to filter records) then the service search for the provider according to above condition in the specified database which is already uploaded to the mappoint service.


 


Mappoint in turn return me a list of records with all the fields values loaded in the database.


But for this we need to load data to mappoint database each day and this sometime creating problems in turn effected the map data.


 


So can I use a better technique of Think geo which will show Records with a specified range of address for a particular category


I have seen Think geo Application in which they pass path of the file which contain all cities of world and they just show those cities on the map, i want to pass a paricular address and in return need to show address surrounded that address with in a specified radius.


Please help me on this, Reply soon.


 


Thanks & Regards


Ail Dutt



Anil, 
  
   It seems like there is a number of different aspects to your program and there are allot of different solutions. 
  
 You have the front end of your application using our Web Edition and World Map Kit.  This will provide you with the USA maps at street level and generalized maps over the rest of the world.  When the user enters the address you have two choices.  You can either use our Geocode USA geocoder to geocode the address to a point or you can continue to use the Map Point service.  Once you know where the point is you can easily do a spatial query in the Web Edition against your list of providers with by location and category.  You can choose to store them in SQL Server, Oracle Spatial, Shape Files, Access and a few other formats.  In this way you only have to update the data source and the application will pickup the changes.  Next with the points of the choices you can place them as markers on the map and users can hover over them and see information. 
  
   I think this is really straight forward with our tools and we have everything you need.  I suggest because this includes a number of products that you contact ThinkGeo sales and setup a technical meeting.  This way you can get a tech on the phone to tease out your requirements and make sure we are a right fit.  Those guys are really nice and knowledgeable. 
  
 David

Hi,


I m new to this Geo and i don't know how to use it exactally. I want to pass a particuler address to get records with in a specified area. Please tell me the exact way to do this. How to use geocode


 Thanks


Anil Dutt



Anil, 
  
   The product from ThinkGeo called Geocode USA is a separate product and has a separate trial package.  Go to the address below and download the evaluation.  If you have questions after reading the quick start that comes with it you can address them in the Geocode USA forum under the 2.0 products. 
  
 Of course if you have any questions you can feel free to call ThinkGeo sales and they would be happy to help you talk with a tech to go over your requirements. 
  
 gis.thinkgeo.com/Products/MapSuite20FreeTrialDownloads/tabid/685/Default.aspx 
  
 David

Hi,


Thanks for your immediate reply.


I have downloaded Full geo Code and run setup as well.


I have found the way to find out Latitude and Longitude after passing a address. Now i need to pass those Latitude and Longitude  to Map to show the address.


 


So tell me the hiow to achieve this.


Thanks,


Anil Dutt 


 



Anil,  
  
 To get a Latitude and Longitude from an address you would use our Reverse Geocode functionality present in the Geocode USA product.