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

GeoService() public method

public GeoService ( ) : System
return System
    public GeoService()
    {
      Types.AddClientClassMapping( "com.backendless.geo.model.SearchMatchesResult", typeof( SearchMatchesResult ) );
      Types.AddClientClassMapping( "com.backendless.geo.model.GeoPoint", typeof( GeoPoint ) );
      Types.AddClientClassMapping( "com.backendless.geo.model.GeoCluster", typeof( GeoCluster ) );
      Types.AddClientClassMapping( "com.backendless.geo.model.GeoCategory", typeof( GeoCategory ) );
      Types.AddClientClassMapping( "com.backendless.geo.BackendlessGeoQuery", typeof( BackendlessGeoQuery ) );
      Types.AddClientClassMapping( "com.backendless.geo.Units", typeof( Units ) );
    }