#import <GMMRoute.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithDictionaryRepresentation: |
| (id) | - dictionaryRepresentation |
| (void) | - dealloc |
| (id) | - sourceAddress |
| (id) | - destinationAddress |
| (id) | - distanceString |
| (id) | - travelTime |
| (id) | - trafficDelay |
| (struct MapPoint *) | - destinationMapPoint |
| (int) | - status |
| (void) | - getMapPoints:count: |
| (void) | - getSegments:count: |
Geschützte Attribute | |
| NSString * | sourceAddress |
| NSString * | destinationAddress |
| NSString * | distanceString |
| NSString * | travelTime |
| NSString * | trafficDelay |
| unsigned int | numSegments |
| struct GMMSegment * | segments |
| unsigned int | numMapPoints |
| struct MapPoint * | mapPoints |
| int | status |
Definiert in Zeile 11 der Datei GMMRoute.h.
| - (id) initWithDictionaryRepresentation: | (id) | fp8 |
| - (id) dictionaryRepresentation |
| - (void) dealloc |
Implementiert NSObject.
| - (id) sourceAddress |
| - (id) destinationAddress |
| - (id) distanceString |
| - (id) travelTime |
| - (id) trafficDelay |
| - (struct MapPoint *) destinationMapPoint |
| - (int) status |
| - (void) getMapPoints: | (struct MapPoint **) | fp8 | ||
| count: | (unsigned int *) | fp12 | ||
| - (void) getSegments: | (struct GMMSegment **) | fp8 | ||
| count: | (unsigned int *) | fp12 | ||
- (NSString*) sourceAddress [protected] |
Definiert in Zeile 13 der Datei GMMRoute.h.
- (NSString*) destinationAddress [protected] |
Definiert in Zeile 14 der Datei GMMRoute.h.
- (NSString*) distanceString [protected] |
Definiert in Zeile 15 der Datei GMMRoute.h.
- (NSString*) travelTime [protected] |
Definiert in Zeile 16 der Datei GMMRoute.h.
- (NSString*) trafficDelay [protected] |
Definiert in Zeile 17 der Datei GMMRoute.h.
- (unsigned int) numSegments [protected] |
Definiert in Zeile 18 der Datei GMMRoute.h.
- (struct GMMSegment*) segments [read, protected] |
Definiert in Zeile 19 der Datei GMMRoute.h.
- (unsigned int) numMapPoints [protected] |
Definiert in Zeile 20 der Datei GMMRoute.h.
Definiert in Zeile 21 der Datei GMMRoute.h.
- (int) status [protected] |
Definiert in Zeile 22 der Datei GMMRoute.h.