OYMGeometryPoint Class Reference

Inherits from OYMGeometry : NSObject
Declared in OYMGeometryPoint.h
OYMGeometryPoint.m

Overview

A point geometry, defined by its center.

  coordinates

WGS84 point position

@property (nonatomic) NS_ARRAY_OF ( OYMLatLng **coordinates

Declared In

OYMGeometryPoint.h

– initWithCoords:

Default constructor.

- (instancetype)initWithCoords:(NS_ARRAY_OF ( OYMLatLng *) *)_coordinate

Parameters

_coordinate

WGS84 point position

Declared In

OYMGeometryPoint.h