Uses of Interface
software.amazon.awscdk.interfaces.location.IMapRef
Packages that use IMapRef
Package
Description
AWS::Location Construct Library
-
Uses of IMapRef in software.amazon.awscdk.interfaces.location
Subinterfaces of IMapRef in software.amazon.awscdk.interfaces.locationModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMapRef.Classes in software.amazon.awscdk.interfaces.location that implement IMapRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IMapRef in software.amazon.awscdk.services.location
Classes in software.amazon.awscdk.services.location that implement IMapRefModifier and TypeClassDescriptionclassTheAWS::Location::Mapresource specifies a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers.Methods in software.amazon.awscdk.services.location that return IMapRefModifier and TypeMethodDescriptionstatic IMapRefCfnMap.fromMapArn(software.constructs.Construct scope, String id, String arn) Creates a new IMapRef from an ARN.static IMapRefCfnMap.fromMapName(software.constructs.Construct scope, String id, String mapName) Creates a new IMapRef from a mapName.