index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/Feature.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.TypeAdapter; impo...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/FeatureCollection.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.refl...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/GeoJson.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import java.io.Serializable; /** * Generic implementation for all GeoJson objects defining common traits that each GeoJson object * has. This logic is carried over to {@link Geometry} which is an interface which all seven GeoJson * geometries i...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/Geometry.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; /** * Each of the six geometries and {@link GeometryCollection} * which make up GeoJson implement this interface. */ @Keep public interface Geometry extends GeoJson { }
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/GeometryAdapterFactory.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import com.google.gson.TypeAdapterFactory; import ai.nextbillion.kits.geojson.typeadapters.RuntimeTypeAdapterFactory; /** * A Geometry type adapter factory for convenience for serialization/deserialization. */ @Keep public abstract class Geomet...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/GeometryCollection.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.reflect.TypeToken; import com.google.gson.stream.Js...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/LineString.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.Jso...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/ListOfDoublesCoordinatesTypeAdapter.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; import java.util.List; /** * Type Adapter to serialize/deserialize Poinr into/from for double array. */ @Keep class ListOfDoublesCoo...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/ListOfListOfPointCoordinatesTypeAdapter.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import com.google.gson.stream.JsonWriter; import ai.nextbillion.kits.geojson.exception.GeoJsonException; import java.io.IOException; import java.util.ArrayList; imp...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/ListOfPointCoordinatesTypeAdapter.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import com.google.gson.stream.JsonWriter; import ai.nextbillion.kits.geojson.exception.GeoJsonException; import java.io.IOException; import java.util.ArrayList; imp...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/ListofListofListOfPointCoordinatesTypeAdapter.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import com.google.gson.stream.JsonWriter; import ai.nextbillion.kits.geojson.exception.GeoJsonException; import java.io.IOException; import java.util.ArrayList; imp...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/MultiLineString.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.Jso...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/MultiPoint.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.Jso...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/MultiPolygon.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.Jso...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/Point.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.Jso...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/PointAsCoordinatesTypeAdapter.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; /** * TypeAdapter to serialize Point as coordinates, i.e array of doubles and * to deserialize into Point out of array of doubles. ...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/Polygon.java
package ai.nextbillion.kits.geojson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.Size; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader;...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/package-info.java
/** * Contains the Nbmap Java GeoJson classes. */ package ai.nextbillion.kits.geojson;
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/constants/GeoJsonConstants.java
package ai.nextbillion.kits.geojson.constants; /** * Contains constants used throughout the GeoJson classes. */ public final class GeoJsonConstants { /** * A Mercator project has a finite longitude values, this constant represents the lowest value * available to represent a geolocation. */ public stati...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/constants/package-info.java
/** * Contains the constants used throughout the GeoJson classes. */ package ai.nextbillion.kits.geojson.constants;
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/exception/GeoJsonException.java
package ai.nextbillion.kits.geojson.exception; /** * A form of {@code Throwable} that indicates an issue occurred during a GeoJSON operation. */ public class GeoJsonException extends RuntimeException { /** * A form of {@code Throwable} that indicates an issue occurred during a GeoJSON operation. * * @par...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/exception/package-info.java
/** * Contains a Runtime Exception specific to GeoJSON issues. * * */ package ai.nextbillion.kits.geojson.exception;
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/gson/BoundingBoxTypeAdapter.java
package ai.nextbillion.kits.geojson.gson; import androidx.annotation.Keep; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import ai.nextbillion.kits.geojson.BoundingBox; import ai.nextbillion.kits.geojson.Point; import ai.nextbillion.kits.geojso...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/gson/GeoJsonAdapterFactory.java
package ai.nextbillion.kits.geojson.gson; import androidx.annotation.Keep; import com.google.gson.Gson; import com.google.gson.TypeAdapter; import com.google.gson.TypeAdapterFactory; import com.google.gson.reflect.TypeToken; import ai.nextbillion.kits.geojson.BoundingBox; import ai.nextbillion.kits.geojson.Feature; i...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/gson/GeometryGeoJson.java
package ai.nextbillion.kits.geojson.gson; import androidx.annotation.Keep; import androidx.annotation.NonNull; import com.google.gson.GsonBuilder; import ai.nextbillion.kits.geojson.Geometry; import ai.nextbillion.kits.geojson.GeometryAdapterFactory; /** * This is a utility class that helps create a Geometry instan...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/gson/package-info.java
/** * Contains the Nbmap Java GeoJson GSON helper classes which assist in parsing. */ package ai.nextbillion.kits.geojson.gson;
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/shifter/CoordinateShifter.java
package ai.nextbillion.kits.geojson.shifter; import ai.nextbillion.kits.geojson.Point; import java.util.List; /** * ShifterManager allows the movement of all Point objects according to a custom algorithm. * Once set, it will be applied to all Point objects created through this method. */ public interface Coordina...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/shifter/CoordinateShifterManager.java
package ai.nextbillion.kits.geojson.shifter; import ai.nextbillion.kits.geojson.Point; import java.util.Arrays; import java.util.List; /** * CoordinateShifterManager keeps track of currently set CoordinateShifter. */ public final class CoordinateShifterManager { private static final CoordinateShifter DEFAULT = ...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/shifter/package-info.java
/** * Contains Utility for universally applying a shifting algorithm to all Geometry types. */ package ai.nextbillion.kits.geojson.shifter;
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/typeadapters/RuntimeTypeAdapterFactory.java
/* * Copyright (C) 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/utils/GeoJsonUtils.java
package ai.nextbillion.kits.geojson.utils; /** * GeoJson utils class contains method that can be used throughout geojson package. */ public class GeoJsonUtils { private static double ROUND_PRECISION = 10000000.0; private static long MAX_DOUBLE_TO_ROUND = (long) (Long.MAX_VALUE / ROUND_PRECISION); /** * Tr...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/utils/PolylineUtils.java
package ai.nextbillion.kits.geojson.utils; import androidx.annotation.NonNull; import ai.nextbillion.kits.geojson.Point; import java.util.ArrayList; import java.util.List; /** * Polyline utils class contains method that can decode/encode a polyline, simplify a line, and * more. */ public final class PolylineUtils...
0
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson
java-sources/ai/nextbillion/nb-kits-geojson/0.0.2/ai/nextbillion/kits/geojson/utils/package-info.java
/** * Contains Utilities useful for GeoJson translations and formations. */ package ai.nextbillion.kits.geojson.utils;
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfAssertions.java
package ai.nextbillion.kits.turf; import ai.nextbillion.kits.geojson.Feature; import ai.nextbillion.kits.geojson.FeatureCollection; import ai.nextbillion.kits.geojson.GeoJson; import ai.nextbillion.kits.geojson.Point; /** * Also called Assertions, these methods enforce expectations of a certain type or calculate var...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfClassification.java
package ai.nextbillion.kits.turf; import androidx.annotation.NonNull; import ai.nextbillion.kits.geojson.Point; import java.util.List; /** * Methods found in this class are meant to consume a set of information and classify it according * to a shared quality or characteristic. * * */ public class TurfClassifi...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfConstants.java
package ai.nextbillion.kits.turf; import androidx.annotation.StringDef; import ai.nextbillion.kits.geojson.Point; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * This class holds the Turf constants which are useful when specifying additional information such * as units pr...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfConversion.java
package ai.nextbillion.kits.turf; import androidx.annotation.FloatRange; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.JsonObject; import ai.nextbillion.kits.geojson.Feature; import ai.nextbillion.kits.geojson.FeatureCollection; import ai.nextbillion.kits.geojson.Geom...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfException.java
package ai.nextbillion.kits.turf; /** * This indicates conditions that a reasonable application might want to catch. * <p> * A {@link RuntimeException} specific to Turf calculation errors and is thrown whenever either an * unintended event occurs or the data passed into the method isn't sufficient enough to perfor...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfJoins.java
package ai.nextbillion.kits.turf; import ai.nextbillion.kits.geojson.Feature; import ai.nextbillion.kits.geojson.FeatureCollection; import ai.nextbillion.kits.geojson.Point; import ai.nextbillion.kits.geojson.Polygon; import ai.nextbillion.kits.geojson.MultiPolygon; import java.util.ArrayList; import java.util.List; ...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfMeasurement.java
package ai.nextbillion.kits.turf; import static ai.nextbillion.kits.turf.TurfConversion.degreesToRadians; import static ai.nextbillion.kits.turf.TurfConversion.radiansToDegrees; import androidx.annotation.FloatRange; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.gson.Json...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfMeta.java
package ai.nextbillion.kits.turf; import androidx.annotation.NonNull; import ai.nextbillion.kits.geojson.Feature; import ai.nextbillion.kits.geojson.FeatureCollection; import ai.nextbillion.kits.geojson.Geometry; import ai.nextbillion.kits.geojson.GeometryCollection; import ai.nextbillion.kits.geojson.LineString; imp...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfMisc.java
package ai.nextbillion.kits.turf; import androidx.annotation.FloatRange; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import ai.nextbillion.kits.geojson.Feature; import ai.nextbillion.kits.geojson.LineString; import ai.nextbillion.kits.geojson.Point; import ai.nextbillion.kits.turf.models....
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/TurfTransformation.java
package ai.nextbillion.kits.turf; import androidx.annotation.IntRange; import androidx.annotation.NonNull; import ai.nextbillion.kits.geojson.Polygon; import ai.nextbillion.kits.geojson.Point; import java.util.ArrayList; import java.util.List; /** * Methods in this class consume one GeoJSON object and output a new...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/package-info.java
/** * Contains the Nbmap Java Services Turf methods. * * */ package ai.nextbillion.kits.turf;
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/models/LineIntersectsResult.java
package ai.nextbillion.kits.turf.models; import androidx.annotation.Nullable; /** * if the lines intersect, the result contains the x and y of the intersection (treating the lines * as infinite) and booleans for whether line segment 1 or line segment 2 contain the point. * * @see <a href="http://jsfiddle.net/just...
0
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf
java-sources/ai/nextbillion/nb-kits-turf/0.0.2/ai/nextbillion/kits/turf/models/package-info.java
/** * Contains the Nbmap Java Services classes. */ package ai.nextbillion.kits.turf.models;
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/DirectionsApi.java
package ai.nextbillion.maps; import ai.nextbillion.maps.errors.ApiException; import ai.nextbillion.maps.internal.ApiConfig; import ai.nextbillion.maps.internal.ApiResponse; import ai.nextbillion.maps.internal.StringJoin; import ai.nextbillion.maps.model.DirectionsResult; import ai.nextbillion.maps.model.DirectionsRout...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/DirectionsApiRequest.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/DirectionsTableApi.java
package ai.nextbillion.maps; import ai.nextbillion.maps.errors.ApiException; import ai.nextbillion.maps.internal.ApiConfig; import ai.nextbillion.maps.internal.ApiResponse; import ai.nextbillion.maps.internal.StringJoin; import ai.nextbillion.maps.model.DirectionsRoute; import ai.nextbillion.maps.model.LatLng; import...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/DirectionsTableApiRequest.java
package ai.nextbillion.maps; import static java.util.Objects.requireNonNull; import ai.nextbillion.maps.internal.StringJoin; import ai.nextbillion.maps.model.*; import java.time.Instant; import java.util.Arrays; import java.util.Map; import java.util.Optional; /** Request for the Directions API. */ public class Dir...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/DistanceMatrixApi.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/DistanceMatrixApiRequest.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/FindPlaceFromTextRequest.java
/* * Copyright 2018 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/GaeRequestHandler.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/GeoApiContext.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/GeocodingApi.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/GeocodingApiRequest.java
package ai.nextbillion.maps; import static ai.nextbillion.maps.internal.StringJoin.join; import ai.nextbillion.maps.internal.ApiConfig; import ai.nextbillion.maps.model.AddressType; import ai.nextbillion.maps.model.ComponentFilter; import ai.nextbillion.maps.model.LatLng; import ai.nextbillion.maps.model.LocationType...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/GeolocationApi.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/GeolocationApiRequest.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/ImageResult.java
/* * Copyright 2018 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/Main.java
package ai.nextbillion.maps; import ai.nextbillion.maps.model.*; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.time.Instant; import java.util.Map; public class Main { public static void main(String[] args) throws Exception { GeoApiContext context = new GeoApiContext.Build...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/NearbySearchRequest.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/OkHttpRequestHandler.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/PendingResult.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/PendingResultBase.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/PhotoRequest.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/PlaceAutocompleteRequest.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/QueryAutocompleteRequest.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/RoadsApi.java
package ai.nextbillion.maps; import ai.nextbillion.maps.errors.ApiException; import ai.nextbillion.maps.internal.ApiConfig; import ai.nextbillion.maps.internal.ApiResponse; import ai.nextbillion.maps.internal.StringJoin; import ai.nextbillion.maps.model.LatLng; import ai.nextbillion.maps.model.SnappedPoint; import com...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/TextSearchRequest.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/AccessNotConfiguredException.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/ApiError.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/ApiException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/InvalidRequestException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/MaxElementsExceededException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/MaxRouteLengthExceededException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/MaxWaypointsExceededException.java
/* * Copyright 2019 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/NotFoundException.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/OverDailyLimitException.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/OverQueryLimitException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/RequestDeniedException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/UnknownErrorException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/errors/ZeroResultsException.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/ApiConfig.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/ApiResponse.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/DayOfWeekAdapter.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/DistanceAdapter.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/DurationAdapter.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/EncodedPolylineInstanceCreator.java
/* * Copyright 2017 by https://github.com/ArielY15 * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/ExceptionsAllowedToRetry.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/FareAdapter.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/GaePendingResult.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/GeolocationResponseAdapter.java
/* * Copyright 2016 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/HttpHeaders.java
/* * Copyright 2020 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/InstantAdapter.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/LatLngAdapter.java
package ai.nextbillion.maps.internal; import ai.nextbillion.maps.model.LatLng; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; import com.google.gson.stream.JsonWriter; import java.io.IOException; /** Handle conversion from varying types of latitu...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/LocalTimeAdapter.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/OkHttpPendingResult.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/PolylineEncoding.java
/* * Copyright 2014 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
0
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps
java-sources/ai/nextbillion/nb-maps-client/1.7.1/ai/nextbillion/maps/internal/PriceLevelAdapter.java
/* * Copyright 2015 Google Inc. All rights reserved. * * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...