Class YMKPoint

A point at the specified coordinates.

Class Methods

Properties

latitude

The point's latitude.

longitude

The point's longitude.

latitude

The point's latitude.

longitude

The point's longitude.

Method Detail

+pointWithLatitude:longitude:

+ (nonnull YMKPoint *)pointWithLatitude:(double)latitude
                              longitude:(double)longitude 

Property Detail

latitude

(assign, readonly) double latitude

The point's latitude.

longitude

(assign, readonly) double longitude

The point's longitude.