Discussion:
regarding data sources...
(too old to reply)
unknown
2010-02-15 12:46:12 UTC
Permalink
i need to fetch point of interest data giving my zipcode or address.To fetch POI i am using findNearBy in FindService.But find near by does not take adress or zip code values.It only takes lat/long values.
So, i need to convert my address or zipcode to lat/long values first.Iam using FindAddress to do this.
The problem is the datasource iam passing in findAddress is not supported by findNearBy.
Can anybody help me on this..?


Submitted via EggHeadCafe - Software Developer Portal of Choice
How to display a Gravatar Image with 100 Percent Client Script Code
http://www.eggheadcafe.com/tutorials/aspnet/3c8a04cd-471e-48b7-8dcc-b0877c10ecb4/how-to-display-a-gravatar.aspx
Derek Chan
2010-02-16 16:57:01 UTC
Permalink
You can attempt to get the geocode using the Bing Geocode Web Services rather
than the older FindNearby. It helps if you can clarify which country you are
attempting this in too.

See below:
http://msdn.microsoft.com/en-us/library/cc966817.aspx

Regards,
--
Windows Live Platform MVP
Post by unknown
i need to fetch point of interest data giving my zipcode or address.To fetch POI i am using findNearBy in FindService.But find near by does not take adress or zip code values.It only takes lat/long values.
So, i need to convert my address or zipcode to lat/long values first.Iam using FindAddress to do this.
The problem is the datasource iam passing in findAddress is not supported by findNearBy.
Can anybody help me on this..?
Submitted via EggHeadCafe - Software Developer Portal of Choice
How to display a Gravatar Image with 100 Percent Client Script Code
http://www.eggheadcafe.com/tutorials/aspnet/3c8a04cd-471e-48b7-8dcc-b0877c10ecb4/how-to-display-a-gravatar.aspx
.
unknown
2010-02-19 13:38:47 UTC
Permalink
Thanx for the reply...

i have another question..

i need to fetch the map and the driving directions for my POI data...which clasess can i use for this?

i need to display the map through java awt...do i get a static image?how will i get driving directions?



Derek Chan wrote:

You can attempt to get the geocode using the Bing Geocode Web Services
16-Feb-10

You can attempt to get the geocode using the Bing Geocode Web Services rathe
than the older FindNearby. It helps if you can clarify which country you ar
attempting this in too

See below
http://msdn.microsoft.com/en-us/library/cc966817.asp

Regards
-
Windows Live Platform MV

"avk avk" wrote:

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
How to display a Gravatar Image with 100 Percent Client Script Code
http://www.eggheadcafe.com/tutorials/aspnet/3c8a04cd-471e-48b7-8dcc-b0877c10ecb4/how-to-display-a-gravatar.aspx
unknown
2010-02-20 12:28:11 UTC
Permalink
i need to serach for nearest places of interest...

the viewer will be entering his own places of interest like restuarnts,hospitsls,theatres etc..

depending upon his interest the details of place will be fetched...

can anybody help me on this...?how will i retereve from such a huge database....?



Derek Chan wrote:

You can attempt to get the geocode using the Bing Geocode Web Services
16-Feb-10

You can attempt to get the geocode using the Bing Geocode Web Services rathe
than the older FindNearby. It helps if you can clarify which country you ar
attempting this in too

See below
http://msdn.microsoft.com/en-us/library/cc966817.asp

Regards
-
Windows Live Platform MV

"avk avk" wrote:

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
Derek Chan
2010-02-25 20:26:04 UTC
Permalink
I would recommend you go over the entire Bing Web Services for your solution
- Geocode, Route, Imagery, Search (Use search for POI related items).
http://msdn.microsoft.com/en-us/library/cc981067.aspx

I wrote an article about how to handle Bing Web Services in Java. Check out
here:
http://wldchan.spaces.live.com/blog/cns!8AB026AF304D9CA5!161.entry

Going forward please post any Bing related questions on the Bing MSDN Forums
at:
http://social.msdn.microsoft.com/Forums/en/vemapcontroldev/threads

Regards,
--
Windows Live Platform MVP
Post by unknown
i need to serach for nearest places of interest...
the viewer will be entering his own places of interest like restuarnts,hospitsls,theatres etc..
depending upon his interest the details of place will be fetched...
can anybody help me on this...?how will i retereve from such a huge database....?
You can attempt to get the geocode using the Bing Geocode Web Services
16-Feb-10
You can attempt to get the geocode using the Bing Geocode Web Services rather
than the older FindNearby. It helps if you can clarify which country you are
attempting this in too.
http://msdn.microsoft.com/en-us/library/cc966817.aspx
Regards,
--
Windows Live Platform MVP
Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
.
unknown
2010-03-01 05:37:02 UTC
Permalink
hi..
thanx for the reply.......

i would like to knw how wil i retrieve map image from my java application?is it through the URL?or a jpeg file is rendered?



Derek Chan wrote:

I would recommend you go over the entire Bing Web Services for your solution-
25-Feb-10

I would recommend you go over the entire Bing Web Services for your solutio
- Geocode, Route, Imagery, Search (Use search for POI related items)
http://msdn.microsoft.com/en-us/library/cc981067.asp

I wrote an article about how to handle Bing Web Services in Java. Check ou
here
http://wldchan.spaces.live.com/blog/cns!8AB026AF304D9CA5!161.entr

Going forward please post any Bing related questions on the Bing MSDN Forum
at
http://social.msdn.microsoft.com/Forums/en/vemapcontroldev/thread

Regards
-
Windows Live Platform MV

"avk avk" wrote:

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Adding WCF Service References
http://www.eggheadcafe.com/tutorials/aspnet/a1647f10-9aa4-4b0c-bbd9-dfa51a9fab8e/adding-wcf-service-refere.aspx
Loading...