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

target.apidocs.com.google.api.services.youtube.model.GeoPoint.html Maven / Gradle / Ivy







GeoPoint (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class GeoPoint

    • Constructor Detail

      • GeoPoint

        public GeoPoint()
    • Method Detail

      • getAltitude

        public Double getAltitude()
        Altitude above the reference ellipsoid, in meters.
        Returns:
        value or null for none
      • setAltitude

        public GeoPoint setAltitude(Double altitude)
        Altitude above the reference ellipsoid, in meters.
        Parameters:
        altitude - altitude or null for none
      • getLatitude

        public Double getLatitude()
        Latitude in degrees.
        Returns:
        value or null for none
      • setLatitude

        public GeoPoint setLatitude(Double latitude)
        Latitude in degrees.
        Parameters:
        latitude - latitude or null for none
      • getLongitude

        public Double getLongitude()
        Longitude in degrees.
        Returns:
        value or null for none
      • setLongitude

        public GeoPoint setLongitude(Double longitude)
        Longitude in degrees.
        Parameters:
        longitude - longitude or null for none
      • set

        public GeoPoint set(String fieldName,
                            Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public GeoPoint clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy