I am developing an app using MapPoint Web Service in VB. net
I am trying to modify an mappoint sample introducing in map EU the entities as service station that Map Style EU doesnt support.
findSpec.Options = New FindOptions
findSpec.Options.ResultMask = FindResultMask.EntityFlag
findSpec.Options.SearchContext = 118
findSpec.Options.ThresholdScore = 0
findSpec.Options.Range = New FindRange
findSpec.Options.Range.StartIndex = 0
findSpec.Options.Range.Count = 500
mapSpec.Views = views
mapSpec.Pushpins = myPushpins
Dim findResults As FindResults
Dim foundResults As FindResults
foundResults = findService.Find(findSpec)
But when i use
findService
i am getting unauthorized errors.
An other problem:
after uploading my custom data
source i'm not able to call them in my app.
thanks