BVStoreLocation Class Reference

Inherits from NSObject
Declared in BVStoreLocation.h

Overview

A BVStoreLocation object is used to define the geo-location attributes of a BVStore object.

  latitude

@property (nullable) NSString *latitude

  longitude

@property (nullable) NSString *longitude

  address

@property (nullable) NSString *address

  city

@property (nullable) NSString *city

  state

@property (nullable) NSString *state

  country

@property (nullable) NSString *country

  postalcode

@property (nullable) NSString *postalcode

  phone

@property (nullable) NSString *phone

– initWithStoreAtrributes:

- (nullable id)initWithStoreAtrributes:(nonnull NSDictionary *)attributes