|
I assume you have a copy of MapPoint? Looking the help. Under programming information, there are a number of pages about how to do specific things - eg. locations, routes, polygons.
Look at the locations and pushpins example.
You need to create a Location object from your lat/long coordinate.
Then you create a pushpin object using the Location object.
You can set the symbol type or load one of your own.
Richard |