summaryrefslogtreecommitdiff
path: root/src/traffic-incidents-service/org.genivi.basetypes-model/src/org/genivi/location/AreaLocationInfo.java
blob: 4bead9d80417db391c503f2403950a7211d7f750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * 
 * Copyright (C) 2013 TomTom International B.V.
 * 
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * 
 */
package org.genivi.location;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Area Location Info</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.genivi.location.LocationPackage#getAreaLocationInfo()
 * @model
 * @generated
 */
public interface AreaLocationInfo extends LocationInfo {
} // AreaLocationInfo