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

There is a newer version: v3-rev20240909-2.0.0
Show newest version






GeoPoint (YouTube Data API v3 v3-rev20210410-1.31.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

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy