View Single Post

  #2 (permalink)  
Old 01-16-2007
Paul Larson Paul Larson is offline
Senior Member
Green Belt
 
Join Date: Sep 2005
Location: Marshall, Michigan
Posts: 126
Re: Creating custom POIs?

You can't edit the POI database, but you can create custom pushpin symbols.

Using the beforeClick event of the MapPoint API, you can determine if one of your pushpins is being clicked and then perform any output you'd like.

You can't assign a PlaceCategory to a pushpin, but you can categorize pushpins into different datasets for a similar look-and-feel.
Reply With Quote