All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.backendless.geo.SearchMatchesResult Maven / Gradle / Ivy

The newest version!
package com.backendless.geo;

public class SearchMatchesResult
{
  private Double matches;
  private GeoPoint geoPoint;

  public SearchMatchesResult()
  {
  }

  public Double getMatches()
  {
    return matches;
  }

  public void setMatches( Double matches )
  {
    this.matches = matches;
  }

  public GeoPoint getGeoPoint()
  {
    return geoPoint;
  }

  public void setGeoPoint( GeoPoint geoPoint )
  {
    this.geoPoint = geoPoint;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy