Class

ShumatePoint

Description [src]

final class Shumate.Point : Shumate.Marker {
  /* No available fields */
}

A simple variant of ShumateMarker showing the location of the point as a circle on the map.

Ancestors

Implements

Constructors

shumate_point_new

Creates an instance of ShumatePoint.

Class structure

struct ShumatePointClass {
  ShumateMarkerClass parent_class;
  
}
Class members
parent_class
ShumateMarkerClass
  No description available.