Function default

  • Parameters

    • __namedParameters: {
          latitude?: number;
          longitude?: number;
          q?: string;
          radius?: number;
          token: string;
      }
      • Optional latitude?: number
      • Optional longitude?: number
      • Optional q?: string
      • Optional radius?: number
      • token: string

    Returns Promise<NoloPlacesJSON>

    Promise of an array of places

    Function

    searchPlaces Search the places from the server.