Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3615434
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:22:22+00:00 2026-05-18T22:22:22+00:00

I am developing a Windows Phone 7 Silverlight application that currently displays a map

  • 0

I am developing a Windows Phone 7 Silverlight application that currently displays a map that show’s the user where they are by getting the coordinates from location services. I can get an address using bing Reverse geocoding API.

I would like to display local businesses to the user that may be off interest by placing pushpins on the map. However I’m not able to get any search results from the Search Service API. Whatever I enter I get 0 results and I find the documentation lacking. I’ve tried following this example but very little description is given of the filter parameters for example.

What I currently have:

StructuredSearchQuery query = new StructuredSearchQuery();
        query.Keyword = "Petrol Station";
        query.Location = "New Road, Belper DE56 1";

        searchRequest.SearchOptions = new SearchOptions();
        searchRequest.SearchOptions.Filters =
        new FilterExpression()
        {
            PropertyId = 1,
            CompareOperator = CompareOperator.Equals,
            FilterValue = 11199
        };

        SearchServiceClient searchServiceClient = new SearchServiceClient();
        searchServiceClient.SearchCompleted += new EventHandler<SearchCompletedEventArgs>(searchServiceClient_SearchCompleted);
        searchServiceClient.SearchAsync(searchRequest);


        void searchServiceClient_SearchCompleted(object sender, SearchCompletedEventArgs e)
        {
            SearchResponse searchResponse = e.Result;
        }

I would prefer to use the exact location in the search using the coordinates I’ve obtained but can’t see how. As far as I can tell my search should be returning all businesses in the category of 11199 (Bars and Taverns) but whatever location I enter I get 0 results.

Any Ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T22:22:23+00:00Added an answer on May 18, 2026 at 10:22 pm

    I’ve ended up using results from Google local search which produces fantastic results and which you can supply an exact Geo-location to specify the area to search.

    In case it’s useful to someone else later I used Google API for .net to call the google service and then display the points on the silverlight Bing maps control.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a windows phone application which allows user to download files from
I am developing a windows phone application.In that i ask the user to login.
I am developing a Windows Phone Application and from this application I am accessing
Im currently developing an Windows Phone 7.0 Application with C#. I got an Listbox
Iam developing a windows phone application that makes use of windows phone push notification
I'm currently developing an application in C# for Windows Phone against an HTTPS web
I am developing a windows phone application in visual studio (Silverlight in C#) and
I am developing for Windows Phone 7. My application uses GeoCoordinateWatcher to detect user
I am developing Windows Phone 7 application in which I send encrypted data to
I am developing a windows phone application. The webclient does not fire as I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.