# WebpageMapLocationsDTO

Resolved public map markers for a webpage map block

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mapLocations** | [**Array&lt;MapLocationDTO&gt;**](MapLocationDTO.md) | Concrete markers after applying public filters | [optional] [default to undefined]

## Example

```typescript
import { WebpageMapLocationsDTO } from '@caraer/client';

const instance: WebpageMapLocationsDTO = {
    mapLocations,
};
```

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