Yes, this is possible.
It can be done by:
1) Drivers use their device to determine his/her location and post that information either to a Fusion Table or a Google Spreadsheet that others can access.
2) Drivers post their device location to a CloudDB or a FirebaseDB server and all users can share that information in real time.
3) Driver can continually post current location to be sent as an eMail or as an sms message (text)
There are other ways; the information can be posted to a FusionTable and displayed as a Fusion Table Map.
What have you tried so far nike? Have you done any of the many LocationSensor tutorials?
To do what you want you need to learn to
1) use the LocationSensor to determine the driver's location.
2) collect the data in a Web accessible database (CloudDB using a Redis server, FirebaseDB using a Firebase server, a Fusion Table, a Google Spreadsheet.
3) allow others to share the Fusion Table and/or Google Spreadsheet so they can either view the locations on the spread sheet or post them on a map possibly using the Google Static Map API and a WebViewer or using the MIT Map component.
Specific advice requires knowing which potential solution you want to develop.
Regards,
Steve