# RbmLocationResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**latitude** | **number** | The latitude of the client\&#39;s location. | [optional] [default to undefined]
**longitude** | **number** | The longitude of the client\&#39;s location. | [optional] [default to undefined]

## Example

```typescript
import { RbmLocationResponse } from 'bandwidth-sdk';

const instance: RbmLocationResponse = {
    latitude,
    longitude,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
