NAVTEQNA Points of Interests do not have address numbers

Answered NAVTEQNA Points of Interests do not have address numbers

  • Monday, April 02, 2012 6:33 PM
     
     

    Hello,

    I am using an Bing Maps 7 AJAX control and populating it with points of interest from the NAVTEQNA public data using the spatial REST service. It's based off the article here: http://rbrundritt.wordpress.com/2012/01/17/dynamically-updating-data-in-bing-maps-v7/.

    None of the addresses have address numbers. I am using the AddressLine for the address street. In the documentation (http://msdn.microsoft.com/en-us/library/hh478192.aspx), it appears the address numbers are supposed to be located in this property. Is there something I'm missing?

    http://spatial.virtualearth.net/REST/v1/data/f22876ec257b474b82fe2ffcb8393150/NavteqNA/NavteqPOIs?spatialFilter=bbox(39.739959596609864,-89.86767910742186,39.94030691576479,-89.44195889257811)&$format=json&jsonp=POICallback&$top=20&key=BING_KEY_HERE&$filter=EntityTypeID Eq '5540'

    (Gas Stations)

    Thank you!

All Replies

  • Monday, April 02, 2012 6:44 PM
    Owner
     
     Answered
    I can reproduce this issue. I'll pass this on to our development team to look into.

    http://rbrundritt.wordpress.com

  • Friday, September 07, 2012 7:19 PM
     
     

    I wonder if this issue has been fixed. We just noticed this problem in one of our production applications.

  • Friday, September 07, 2012 7:39 PM
     
     

    No it has not been fixed yet.

    As a work around, I use the lat and long from the NAVTEQNA result to lookup the address using a location REST call and that gives me the address number.