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

nl.topicus.jdbc.shaded.com.google.type.LatLngOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/type/latlng.proto

package nl.topicus.jdbc.shaded.com.google.type;

public interface LatLngOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.type.LatLng)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The latitude in degrees. It must be in the range [-90.0, +90.0].
   * 
* * double latitude = 1; */ double getLatitude(); /** *
   * The longitude in degrees. It must be in the range [-180.0, +180.0].
   * 
* * double longitude = 2; */ double getLongitude(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy