Class GPoint

  • All Implemented Interfaces:
    Serializable, GValue

    public class GPoint
    extends Object
    implements GValue
    Represents an Maps API's GPoint that contains x and y coordinates.
    Author:
    Iulian-Corneliu Costan
    See Also:
    Serialized Form
    • Constructor Detail

      • GPoint

        public GPoint​(float longitude,
                      float latitude)