Bag42 is a drop in replacement of Google Geocoding.
For example an address request on Google:
https://maps.googleapis.com/maps/api/geocode/output?address=parameters
can be replaced with:
http://bag42.plannerstack.com/api/v0/geocode/json?address=parameters
or a latitude longitude request:
https://maps.googleapis.com/maps/api/geocode/output?latlng=parameters
can be replaced with:
http://bag42.plannerstack.com/api/v0/geocode/json?latlng=parameters