/***************************************************************
 * Copyright © 2017 HERE Global B.V. All rights reserved. *
 **************************************************************/

#import <HereSDKDemandKit/HereSDKDemandKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface HereSDKDemandLocation (JSDictionary)

+ (HereSDKDemandLocation *)locationFromJSParams:(NSDictionary *)params;

@end

NS_ASSUME_NONNULL_END
