Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SearchResultTypes.java « search « maps « mapswithme « com « src « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03a8c5463c56079eec394f6555c997479c6b5aab (plain)
1
2
3
4
5
6
7
8
9
package com.mapswithme.maps.search;

class SearchResultTypes
{
  static final int TYPE_SUGGEST = 0;
  static final int TYPE_RESULT = 1;
  static final int TYPE_LOCAL_ADS_CUSTOMER = 2;
  static final int TYPE_GOOGLE_ADS = 3;
}