PKTGeoElement models information associated to a point of interest showed either on camera or Google Maps.
More...
#import <PKTGeoElement.h>
PKTGeoElement models information associated to a point of interest showed either on camera or Google Maps.
§ initWithLocation:andIdLocation:andName:()
| - (instancetype) initWithLocation: |
|
(PKTGeoLocation *) |
geoLocation |
| andIdLocation: |
|
(NSString *) |
Id |
| andName: |
|
(NSString *) |
name |
|
|
| |
§ initWithLocation:andIdLocation:andName:andVisibility:()
| - (instancetype) initWithLocation: |
|
(PKTGeoLocation *) |
geoLocation |
| andIdLocation: |
|
(NSString *) |
Id |
| andName: |
|
(NSString *) |
name |
| andVisibility: |
|
(PKTGeoElementVisibility) |
visibility |
|
|
| |
create and initialize PKTGeoElement object
- Parameters
-
| geoLocation | a PKTGeoLocation object |
| Id | unique identifier of point of interest |
| name | name of point of interest |
| visibility | visibility of point of interest (see PKTGeoElementVisibility for allowed values) |
- Returns
- a PKTGeoLocation object
§ geoLocation
§ Id
Get idLocation parameter.
- Returns
- NSString object
§ name
Get name parameter.
- Returns
- NSString object
§ visibility
| - (PKTGeoElementVisibility) visibility |
|
readwritenonatomicassign |
Get visibility parameter.
- Returns
- PKTGeoElementVisibility value