Tag Archives: tram

Cheap Vehicle Tracking Software using GTFS-Realtime

If you are looking for cheap vehicle tracking software, AddTransit is the right place.  Our smartphones apps allow you to track your vehicles and see their current position on a map.

Cheap Vehicle Tracking Software using GTFS-Realtime

So how does it work?

It is very simple, you just signup to AddTransit and then add each vehicle’s details.  You also add the users that will be allowed log into the system.

Then each of your users download the AddTransit app onto their GPS enabled smartphone.

Before they start to drive, they log into the app and select their current vehicle and their route or service. They press START and off they go.  The app keeps sending their location until they tell the app to stop.  Your smartphone is acting as a Vehicle Positioning System, but without the huge cost that is normally associated with such systems. Wow!

The vehicle location can then easily be seen in head office. If you enable GTFS Real-time (a standard that is for reporting realtime locations of vehicles), you can also make your vehicle locations available for your customers to see on internet mapping software such as Google, Bing or Yahoo Maps and journey planning apps.

No longer do you need to contact staff to find out where they are up to.  Your staff can concentrate on the safe travel of their passengers and giving these people a great customer experience.  Your passengers are even more excited as now they can know when their vehicle is approaching or is delayed and can plan accordingly.

Easy!

Have a great day.

Add Google Maps Public Transport directions to Your Event/Website

Here’s the three steps to add Google Maps Public Transport directions to your website.

1. Check if Google Maps has Public Transport directions for your location

Click on the following link to find out if Google Maps has public transport information for your event’s location:

https://maps.google.com/landing/transit/cities/ 

If Google has public transport for your event’s location.. Great!!  Then go to the Example (step 2) below.

If they don’t have public transport for your event’s location. It might be because your public transport provider has not yet provided Google the data in the correct format.  We suggest you contact your public transport provider and suggest they get their data on Google Maps.  If they don’t know how or need help, tell them about AddTransit or send them a link (https://addtransit.com) and we can help get their public transport (ferries, buses, trams and trains) onto Maps.

2. An Example: Public Transport Directions Using Google Maps

Here’s an example of it could look. We’ve used “Times Square, New York” as the event destination.

Try entering Boston, MA as the starting address…..

 

3. Add this code

Here’s the code that you will need to add to your website.  You’ll need to modify the “Times Square, New York, USA” to be the address of your event.

<form action=”https://maps.google.com/maps” method=”get” target=”_blank”>
<label for =”saddr”>Enter your starting address: </label>
<input type=”text” name=”saddr” />
<input type=”hidden” name=”daddr” value=”Times Square, New York, USA” />
<input type=”hidden” name=”dirflg” value=”r” />
<input type=”submit” value=”Show Journey” />
</form>

Publish the updated webpage and that’s it!  Done!

Hope that helps and let us know if you have any questions.

Have a great day!