Hi,
I would like to show my recorded gps locations on a normal GeoMapStyleRoad map.
I like to use some special pushpinsymbols.
It works, but when mappoint is doing this, at first I get the normal black pushpins, then the datatype map ,and then everything starts to change like I want it, meaning other pushpin symbols (selected in arrayofpushpinsymbols) and the routestyle map (GeoMapStyleRoad)
Can anyone tell me how to skip this "unwanted view"????
Thanks for your advice,
wim
Set objdataset = objmap.datasets.ImportData("c:\gps\pushpinall.txt" , xfieldarray, geoCountryTheNetherlands, geoDelimiterSemicolon, geoImportFirstRowIsHeadings)
Set objfield = objdataset.Fields("speed")
Set objdatamap = objdataset.DisplayDataMap(geoDataMapTypeMultipleSy mbol, _
objfield, geoShowByLatLong, geoCombineByNone, geoRangeTypeDiscreteEqualRanges, _
geoRangeOrderDefault, , 8, arrayofcustomvalues, , , , arrayofpushpinsymbols)
objdataset.zoomto
objmap.MapStyle = geoMapStyleRoad