BackendlessAPI.Service.GeoService.AddPoint C# (CSharp) Method

AddPoint() public method

public AddPoint ( BackendlessAPI.Geo.GeoPoint geoPoint ) : BackendlessAPI.Geo.GeoPoint
geoPoint BackendlessAPI.Geo.GeoPoint
return BackendlessAPI.Geo.GeoPoint
    public GeoPoint AddPoint( GeoPoint geoPoint )
    {
      return SavePoint( geoPoint );
    }

Same methods

GeoService::AddPoint ( BackendlessAPI.Geo.GeoPoint geoPoint, AsyncCallback callback ) : void