Overview

Namespaces

  • Genetsis
    • core
      • activityid
      • user
  • None

Classes

  • Address
  • ContextType
  • Device
  • Location
  • ObjectType
  • Position
  • QualityType
  • Request
  • Response
  • SocialNetwork
  • Verbs
  • Overview
  • Namespace
  • Class

Class Address

This class stores the Full Address for a Localization This class stores the full address for use in an ActivityID geo-positioned requests

Namespace: Genetsis\core\activityid
Package: Genetsis
Category: Bean
Version: 2.0
Located at core/activityid/Address.php
Methods summary
public string
# getCountry( )

Returns

string
public
# setCountry( string $country )

Parameters

$country
public null
# getFormatted( )

Returns

null
public
# setFormatted( null $formatted )

Parameters

$formatted
public string
# getLocality( )

Returns

string
public
# setLocality( string $locality )

Parameters

$locality
public string
# getPostalCode( )

Returns

string
public
# setPostalCode( string $postal_code )

Parameters

$postal_code
public string
# getRegion( )

Returns

string
public
# setRegion( string $region )

Parameters

$region
public string
# getStreet( )

Returns

string
public
# setStreet( string $street )

Parameters

$street
API documentation generated by ApiGen