Geo objects

Geo objects are program objects on the map that act as real-world geographical objects. These can include placemarks, circles, polylines, rectangles, polygons, and their collections.

There are three types of geo objects in the API: a polyline, a polygon, and a circle.
Each object is described by geometry that is defined by type, coordinates, and display style. For example, you can set the color of a shape or the thickness of a line.

The base class implementing a geo object is MMapFeature.