134901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood/*
234901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * Copyright (C) 2010, The Android Open Source Project
334901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood *
434901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * Licensed under the Apache License, Version 2.0 (the "License");
534901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * you may not use this file except in compliance with the License.
634901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * You may obtain a copy of the License at
734901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood *
834901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood *     http://www.apache.org/licenses/LICENSE-2.0
934901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood *
1034901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * Unless required by applicable law or agreed to in writing, software
1134901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * distributed under the License is distributed on an "AS IS" BASIS,
1234901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1334901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * See the License for the specific language governing permissions and
1434901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood * limitations under the License.
1534901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood */
1634901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood
1734901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwoodpackage android.location;
1834901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwood
1934901409a404c8c66914c5a8ad0f29b1bcde0e78Mike Lockwoodparcelable GeocoderParams;
20