SGLocationTypes.h


Use the links in the table of contents to the left to access the documentation.



Functions

SGGeohashMake

Creates a new SGGeohash structure.

SGGeohashMake(double, double, SGLocationZoomLevel)

Creates a new SGGeohash structure.


SGGeohashMake


Creates a new SGGeohash structure.

extern SGGeohash SGGeohashMake(
    double latitude,
    double longitude,
    int precision);  
Parameters
latitude

The latitude.

longitude

The longitude.

precision

The precision.

Return Value

A new SGGeohash structure.


SGGeohashMake(double, double, SGLocationZoomLevel)


Creates a new SGGeohash structure.

extern SGGeohash SGGeohashMake(
    double latitude,
    double longitude,
    int precision);  
Parameters
latitude

The latitude.

longitude

The longitude.

precision

The precision.

Return Value

A new SGGeohash structure.

Typedefs

SGGeohash

SGGeohash


typedef struct {  
    double latitude; 
    double longitude;  
    int precision;  
} SGGeohash;  
Fields
latitude

The latitude.

longitude

The longitude.

precision

Macro Definitions

kSGLocationType_Audio

An audio media type.

kSGLocationType_Image

An image media type.

kSGLocationType_Note

A note media type.

kSGLocationType_Object

A object type.

kSGLocationType_Person

A person type.

kSGLocationType_Place

A place type.

kSGLocationType_Video

A video media type.

kSpotRank_Friday

Representation of Friday used by SpotRank.

kSpotRank_Monday

Representation of Monday used by SpotRank.

kSpotRank_Saturday

Representation of Saturday used by SpotRank.

kSpotRank_Sunday

Representation of Sunday used by SpotRank.

kSpotRank_Thursday

Representation of Thursday used by SpotRank.

kSpotRank_Tuesday

Representation of Tuesday used by SpotRank.

kSpotRank_Wednesday

Representation of Wednesday used by SpotRank.


kSGLocationType_Audio


An audio media type.

#define kSGLocationType_Audio @"audio" 


kSGLocationType_Image


An image media type.

#define kSGLocationType_Image @"image" 


kSGLocationType_Note


A note media type.

#define kSGLocationType_Note @"note" 


kSGLocationType_Object


A object type.

#define kSGLocationType_Object @"object" 


kSGLocationType_Person


A person type.

#define kSGLocationType_Person @"person" 


kSGLocationType_Place


A place type.

#define kSGLocationType_Place @"place" 


kSGLocationType_Video


A video media type.

#define kSGLocationType_Video @"video" 


kSpotRank_Friday


Representation of Friday used by SpotRank.

#define kSpotRank_Friday @"fri" 


kSpotRank_Monday


Representation of Monday used by SpotRank.

#define kSpotRank_Monday @"mon" 


kSpotRank_Saturday


Representation of Saturday used by SpotRank.

#define kSpotRank_Saturday @"sat" 


kSpotRank_Sunday


Representation of Sunday used by SpotRank.

#define kSpotRank_Sunday @"sun" 


kSpotRank_Thursday


Representation of Thursday used by SpotRank.

#define kSpotRank_Thursday @"thu" 


kSpotRank_Tuesday


Representation of Tuesday used by SpotRank.

#define kSpotRank_Tuesday @"tue" 


kSpotRank_Wednesday


Representation of Wednesday used by SpotRank.

#define kSpotRank_Wednesday @"wed" 

© SimpleGeo Last Updated: 03/31/2010