Hello all,
I try to use google map shown by winformsMap.
Why my road name of googel Map have many language? How can I control it to specific language?
Hello all,
I try to use google map shown by winformsMap.
Why my road name of googel Map have many language? How can I control it to specific language?
Carol,
I am sorry to say no matter in Desktop Edition or Web Edition, the google map shown in the Map Control is determined by the Google map server, we do not render it ourself. So basically it should be exactly the same result as you see in maps.google.com. We have no way to control this.
Any more questions just feel free to let me know.
Thanks.
Yale
Thanks for your reply, Yale
I’d like to know if I can use coordinate to get address from google Map?
does it can do it like .shp file?
another question…
when I zoom in/out, pan google Map, why it sometimes throws WebException: 403 Forbidden
Hello, Yale
it is strange. There are not the same result as I see in maps.google.com.tw.
in maps.google.com.tw. , all road name are chinese words.
but the google map shown in the winformsMap Control contains many languages…
Carol,
Thanks for your response.
Parse from coordinate to address is exactly what GeoCoder do, which is an completely new product.
See more details about the Geocoder:
gis.thinkgeo.com/Products/GISComponentsforNETDevelopers/MapSuiteGeocoder/tabid/730/Default.aspx
About the exception thrown out by Google service, it seems that some limitation will be applied to the free user of Google Service. If visit the google service too frequently , this exception will be thrown out.
Any more questions just feel free to let me know.
Thanks.
Yale
Thanks for your reply, Yale
Just make sure again.
If I use .shp file, I don’t need to use Geocoder to get address?(because I have real data?)
if I’d like to input coordinate and know its address form google Map…I have to use Geocoder?
Sorry, I use google map shown in winformsMap first time. so many things still study.
Carol,
Sorry for my bad description and made you misunderstood.
In current desktop edition, we only support the mapping for Google map, we have no interface to do the Google map geocoding, and while it is probably we could do this. We do not support it directly in current version.
If we want to do geocoder(from lat/lon to address), we have to use our Geocoder product for it will get much better performance. I think we can do it with ourslef code without geocoding, but I think the performance will be not as good as it should be and it still need some codes and much tests. GeoCoder products is a fast location logic based on the existing shape file.
If I am not clear enough , just feel free to let me know.
Thanks.
Yale