/*
 * Copyright (c) 2016-present, lovebing.net.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

package org.lovebing.reactnative.baidumap.constant;

/**
 * @author lovebing
 * @date 2019/11/02
 */
public interface LocationDataKey {

    String LATITUDE = "latitude";
    String LONGITUDE = "longitude";
    String DIRECTION = "direction";
    String ALTITUDE = "altitude";

}
