API: upsertLocations

To upload locations in bulk, use the MetaLocator.upsertLocations API method.  This method can update and insert records in bulk simultaneously.  … read more

API: updateLocations

To update locations in bulk, use the MetaLocator.updateLocations API method. This method will *update* records that match based on exact… read more

API: setLocation

To update a location or to create a new location use the MetaLocator.setLocation api function call. MetaLocator.setLocation Use our API read more

API: publishLocation

To publish or unpublish a location already in our system use the MetaLocator.publishLocation api function call. MetaLocator.publishLocation Use our API read more

API: getLocation

To retrieve the details of a location already in our system use the MetaLocator.getLocation api function call. MetaLocator.getLocation Use our… read more

API: PHP Example

This is a very basic example of the MetaLocator XML/RPC service.  This uses the test method MetaLocator.add, which simply adds… read more