> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/ios/sentgeolocation.md).

# SENTGeolocation

```objectivec
@interface SENTGeolocation : NSObject <NSSecureCoding, NSCopying>

@property (nonatomic, assign) CLLocationDegrees latitude;
@property (nonatomic, assign) CLLocationDegrees longitude;
@property (nonatomic, assign) NSInteger accuracyInMeters;

- (instancetype)initWithLatitude:(CLLocationDegrees)latitude longitude:(CLLocationDegrees)longitude accuracy:(CLLocationAccuracy)accuracy;

- (BOOL)isEqualToGeolocation:(SENTGeolocation *)geolocation;

@end
```
