I need to rotate the map based on the direction of a travelling vehicle (moving map). Does 3.0 provide that feature?
Map Rotation
You need to calculate map’s rotation angle and use RotationProjection to rotate the map. Take a look at the following sample which is ideal for your case.
Projection  Use RotationProjection for a feature layer.
Ben