:right-sidebar: True Coordinate =================================================================== .. currentmodule:: gi.repository.Shumate .. class:: Coordinate(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Shumate.Location` A simple object implementing :obj:`~gi.repository.Shumate.Location`\. Constructors ------------ .. rst-class:: interim-class .. class:: Coordinate :no-index: .. classmethod:: new() -> ~gi.repository.Shumate.Coordinate Creates a new instance of :obj:`~gi.repository.Shumate.Coordinate`\. .. classmethod:: new_full(latitude: float, longitude: float) -> ~gi.repository.Shumate.Coordinate Creates a new instance of :obj:`~gi.repository.Shumate.Coordinate` initialized with the given coordinates. :param latitude: the latitude coordinate :param longitude: the longitude coordinate Fields ------ .. rst-class:: interim-class .. class:: Coordinate :no-index: .. attribute:: parent_instance