#import <GMMLocation.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (void) | - dealloc |
| (int) | - responseCode |
| (struct MapPoint *) | - point |
| (int) | - accuracy |
| (int) | - confidence |
| (id) | - geo_string |
Geschützte Attribute | |
| int | responseCode_ |
| struct MapPoint * | point_ |
| int | accuracy_ |
| int | confidence_ |
| NSString * | geo_string_ |
Definiert in Zeile 11 der Datei GMMLocation.h.
| - (void) dealloc |
Implementiert NSObject.
| - (int) responseCode |
| - (struct MapPoint *) point |
| - (int) accuracy |
| - (int) confidence |
| - (id) geo_string |
- (int) responseCode_ [protected] |
Definiert in Zeile 13 der Datei GMMLocation.h.
Definiert in Zeile 14 der Datei GMMLocation.h.
- (int) accuracy_ [protected] |
Definiert in Zeile 15 der Datei GMMLocation.h.
- (int) confidence_ [protected] |
Definiert in Zeile 16 der Datei GMMLocation.h.
- (NSString*) geo_string_ [protected] |
Definiert in Zeile 17 der Datei GMMLocation.h.